summaryrefslogtreecommitdiff
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
commit727d104b15d6293d7223e7830f2e37ae98022cac (patch)
tree9ab7e7fecd699f30abc63a5f4612fa9f592db098 /lib/if.h
parent4fc01e67edf1763c9812438effe1d4b1c8b9897b (diff)
Added RIPv1 patch - bug fixes and improved/more interoperable classful
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