diff options
author | paul <paul> | 2002-12-13 20:50:29 +0000 |
---|---|---|
committer | paul <paul> | 2002-12-13 20:50:29 +0000 |
commit | c48156e4cc9f760de5b9248fc9f5154fca13e0bc (patch) | |
tree | 5b6325d71cb52d381873ba430ea8e29fc10ec80f /lib/if.h | |
parent | 6bbcdcc38c625a1abcb9030b1de9c0e2b00edcd1 (diff) | |
download | quagga-patch.z15769.ripv1.tar.bz2 quagga-patch.z15769.ripv1.tar.xz |
Added RIPv1 patch - bug fixes and improved/more interoperable classfulpatch.z15769.ripv1
subnet handling
Diffstat (limited to 'lib/if.h')
-rw-r--r-- | lib/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ struct connected *connected_new (); void connected_free (struct connected *); void connected_add (struct interface *, struct connected *); struct connected *connected_delete_by_prefix (struct interface *, struct prefix *); +struct connected *connected_lookup_address (struct interface *, struct in_addr); int ifc_pointopoint (struct connected *); #ifndef HAVE_IF_NAMETOINDEX |