summaryrefslogtreecommitdiffstats
path: root/lib/if.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-11-05 20:17:31 +0100
committerGitHub <noreply@github.com>2021-11-05 20:17:31 +0100
commited79d896b2682886bb4935a7782b2ded7c283981 (patch)
tree6122727926e0b435927f3cece471f85114bd3ddf /lib/if.h
parentMerge pull request #9900 from SaiGomathiN/sai-pimjoin (diff)
parentlib: make if_lookup_by_index_all_vrf internal (diff)
downloadfrr-ed79d896b2682886bb4935a7782b2ded7c283981.tar.xz
frr-ed79d896b2682886bb4935a7782b2ded7c283981.zip
Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrf
*: fix usage of if_lookup_by_index_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 1d32c2b08..506c14ff5 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -515,7 +515,6 @@ extern void if_update_to_new_vrf(struct interface *, vrf_id_t vrf_id);
extern struct interface *if_lookup_by_index(ifindex_t, vrf_id_t vrf_id);
extern struct interface *if_vrf_lookup_by_index_next(ifindex_t ifindex,
vrf_id_t vrf_id);
-extern struct interface *if_lookup_by_index_all_vrf(ifindex_t);
extern struct interface *if_lookup_exact_address(const void *matchaddr,
int family, vrf_id_t vrf_id);
extern struct connected *if_lookup_address(const void *matchaddr, int family,