diff options
author | paul <paul> | 2002-12-13 21:07:36 +0000 |
---|---|---|
committer | paul <paul> | 2002-12-13 21:07:36 +0000 |
commit | 210b4dce34b39d96d68990c6461c9981e2d17630 (patch) | |
tree | 608a97278a06831ccbc1f9ce582f1bf4a27e6b39 /ripd/ripd.h | |
parent | b1189ba0a31d9b4bf4d446d44b22e590d92d5e89 (diff) | |
download | quagga-patch.z14631.ptp.rfc3021.tar.bz2 quagga-patch.z14631.ptp.rfc3021.tar.xz |
[zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch.z14631.ptp.rfc3021
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r-- | ripd/ripd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h index 2545db04..17301c37 100644 --- a/ripd/ripd.h +++ b/ripd/ripd.h @@ -359,8 +359,6 @@ void rip_zclient_init (); void rip_zclient_start (); void rip_zclient_reset (); void rip_offset_init (); -int if_check_address (struct in_addr addr); -int if_valid_neighbor (struct in_addr addr); int rip_request_send (struct sockaddr_in *, struct interface *, u_char); int rip_neighbor_lookup (struct sockaddr_in *); |