commit | 35a60c2d3c217e3b835821a7f6ea458e2eff44cf | [log] [tgz] |
---|---|---|
author | ajs <ajs> | Sun Oct 30 23:51:32 2005 +0000 |
committer | ajs <ajs> | Sun Oct 30 23:51:32 2005 +0000 |
tree | ff6dc20fdbf2f081556efaa0edec3ed341b29e97 | |
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.