summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-03-11 07:13:49 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-15 10:33:16 -0400
commita90607a4ba81caec852bd2e15f541ff12b08c031 (patch)
tree23c32f169d41ac7fa5823a01cf5776d1040138a7 /lib/if.h
parentfa787f911c3063133e4cdc7788645766e64376eb (diff)
lib, ospf6d: Refactor if_lookup_prefix
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/if.h b/lib/if.h
index 7a1274c31e..7a0e6042bc 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -389,7 +389,6 @@ struct nbr_connected
/* Prototypes. */
extern int if_cmp_name_func (char *, char *);
-extern struct interface *if_lookup_prefix (struct prefix *prefix);
extern void if_update_vrf (struct interface *, const char *name, int namelen,
vrf_id_t vrf_id);
@@ -400,7 +399,7 @@ extern struct interface *if_lookup_exact_address (void *matchaddr, int family,
vrf_id_t vrf_id);
extern struct connected *if_lookup_address (void *matchaddr, int family,
vrf_id_t vrf_id);
-extern struct interface *if_lookup_prefix_vrf (struct prefix *prefix,
+extern struct interface *if_lookup_prefix (struct prefix *prefix,
vrf_id_t vrf_id);
/* These 2 functions are to be used when the ifname argument is terminated