]> git.puffer.fish Git - mirror/frr.git/commit
2004-10-22 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Fri, 22 Oct 2004 10:27:28 +0000 (10:27 +0000)
committerpaul <paul>
Fri, 22 Oct 2004 10:27:28 +0000 (10:27 +0000)
commitc49ad8f1b0775c1b35ea9bf75f44f3eca105d786
tree6ec708b6c39ca83707395d656e74a52c2eed7ade
parent6b6942f93625c073db645a5546fbaaf7e7b2c628
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.
ripd/ChangeLog
ripd/rip_interface.c
ripd/ripd.c