From c49ad8f1b0775c1b35ea9bf75f44f3eca105d786 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 22 Oct 2004 10:27:28 +0000 Subject: 2004-10-22 Paul Jakma * ripd.c: Collapse redundant passing of various address structs, struct interface and struct connected as arguments to functions down to two key arguments, namely struct connected and, possibly, address of source/destination. Testing for RIPv1 would be useful. (rip_read) lookup struct connected for the received packet, pass it on. * rip_interface.c: With previous changes, we no longer have to tread carefully with struct connected, as it will always be there and valid. --- ripd/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ripd/ChangeLog') diff --git a/ripd/ChangeLog b/ripd/ChangeLog index ae67e72d..8618cb6f 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,15 @@ +2004-10-22 Paul Jakma + + * ripd.c: Collapse redundant passing of various address structs, + struct interface and struct connected as arguments to functions + down to two key arguments, namely struct connected and, possibly, + address of source/destination. Testing for RIPv1 would be useful. + (rip_read) lookup struct connected for the received packet, pass + it on. + * rip_interface.c: With previous changes, we no longer have to tread + carefully with struct connected, as it will always be there and + valid. + 2004-10-19 Andrew J. Schorr * ripd.c: (rip_update_interface) if connected->destination is NULL, -- cgit v1.2.1