summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-03-10 15:51:36 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-15 10:30:58 -0400
commitc5e2cb11ad79a7e3e7d0f8be391d1e9ab067b8da (patch)
tree3e0a23afc9108052721067887a3d3d0e4d39c931 /lib/if.h
parent4e5266b8a3fb5f1928a610bf86739b415d078bee (diff)
lib, pimd, zebra: Convert if_lookup_exact_address to VRF only
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 10740957b5..6be1d4b891 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_exact_address (void *matchaddr, int family);
extern struct connected *if_lookup_address (void *matchaddr, int family);
extern struct interface *if_lookup_prefix (struct prefix *prefix);
@@ -398,7 +397,7 @@ extern void if_update_vrf (struct interface *, const char *name, int namelen,
extern struct interface *if_create (const char *name, int namelen,
vrf_id_t vrf_id);
extern struct interface *if_lookup_by_index (ifindex_t, vrf_id_t vrf_id);
-extern struct interface *if_lookup_exact_address_vrf (void *matchaddr, int family,
+extern struct interface *if_lookup_exact_address (void *matchaddr, int family,
vrf_id_t vrf_id);
extern struct connected *if_lookup_address_vrf (void *matchaddr, int family,
vrf_id_t vrf_id);