summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-10-27 15:29:39 -0400
committerGitHub <noreply@github.com>2021-10-27 15:29:39 -0400
commitf727c6ae8a62be99bd5be5a191fbd7df455a35f0 (patch)
tree9e9bde7f79993485caf03678351041c05379a81e /lib/if.h
parentf1506cf36b91014d920f82bbfe655651a2356141 (diff)
parent0df2e1888b1e8011bc1e3ec6ed6c34a9e6fcaae9 (diff)
Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-all
*: fix usage of if_lookup_by_name_all_vrf
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/if.h b/lib/if.h
index d20113d500..1d32c2b088 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -526,7 +526,6 @@ size_t if_lookup_by_hwaddr(const uint8_t *hw_addr, size_t addrsz,
struct interface ***result, vrf_id_t vrf_id);
struct vrf;
-extern struct interface *if_lookup_by_name_all_vrf(const char *ifname);
extern struct interface *if_lookup_by_name_vrf(const char *name, struct vrf *vrf);
extern struct interface *if_lookup_by_name(const char *ifname, vrf_id_t vrf_id);
extern struct interface *if_get_by_name(const char *ifname, vrf_id_t vrf_id,