From 35a60c2d3c217e3b835821a7f6ea458e2eff44cf Mon Sep 17 00:00:00 2001 From: ajs Date: Sun, 30 Oct 2005 23:51:32 +0000 Subject: 2005-10-30 Andrew J. Schorr * 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. --- ripd/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ripd/ChangeLog') 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 + + * 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 * Makefile.am: Add rip_interface.h, or else it doesn't get -- cgit v1.2.1