summaryrefslogtreecommitdiff
path: root/ripd/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-10-22 10:27:28 +0000
committerpaul <paul>2004-10-22 10:27:28 +0000
commitc49ad8f1b0775c1b35ea9bf75f44f3eca105d786 (patch)
tree6ec708b6c39ca83707395d656e74a52c2eed7ade /ripd/ChangeLog
parent6b6942f93625c073db645a5546fbaaf7e7b2c628 (diff)
2004-10-22 Paul Jakma <paul@dishone.st>
* 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.
Diffstat (limited to 'ripd/ChangeLog')
-rw-r--r--ripd/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 <paul@dishone.st>
+
+ * 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 <aschorr@telemetry-investments.com>
* ripd.c: (rip_update_interface) if connected->destination is NULL,