summaryrefslogtreecommitdiffstats
path: root/lib/if.h
diff options
context:
space:
mode:
authorpaul <paul>2002-12-13 20:50:29 +0000
committerpaul <paul>2002-12-13 20:50:29 +0000
commitc48156e4cc9f760de5b9248fc9f5154fca13e0bc (patch)
tree5b6325d71cb52d381873ba430ea8e29fc10ec80f /lib/if.h
parent6bbcdcc38c625a1abcb9030b1de9c0e2b00edcd1 (diff)
downloadquagga-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/if.h b/lib/if.h
index 3896d187..55337fc4 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -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