diff options
author | ajs <ajs> | 2005-10-30 23:51:32 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-10-30 23:51:32 +0000 |
commit | 35a60c2d3c217e3b835821a7f6ea458e2eff44cf (patch) | |
tree | ff6dc20fdbf2f081556efaa0edec3ed341b29e97 /ripd/ChangeLog | |
parent | e5b308d1af147c78acd2803f4006463e6ff67444 (diff) |
2005-10-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ripd.c: (rip_response_process) Instead of calling
rip_interface.c:if_valid_neighbor(), call the equivalent
library function if_lookup_address().
* rip_interface.c: (if_valid_neighbor) Remove function, since it is
essentially equivalent to the if_lookup_address() library function.
* ripd.h: (if_valid_neighbor) Remove function declaration.
Diffstat (limited to 'ripd/ChangeLog')
-rw-r--r-- | ripd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog index e9f7e07c..a3c0e24b 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,12 @@ +2005-10-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * ripd.c: (rip_response_process) Instead of calling + rip_interface.c:if_valid_neighbor(), call the equivalent + library function if_lookup_address(). + * rip_interface.c: (if_valid_neighbor) Remove function, since it is + essentially equivalent to the if_lookup_address() library function. + * ripd.h: (if_valid_neighbor) Remove function declaration. + 2005-10-28 Paul Jakma <paul.jakma@sun.com> * Makefile.am: Add rip_interface.h, or else it doesn't get |