diff options
author | Russ White <russ@riw.us> | 2021-11-05 20:17:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 20:17:31 +0100 |
commit | ed79d896b2682886bb4935a7782b2ded7c283981 (patch) | |
tree | 6122727926e0b435927f3cece471f85114bd3ddf /lib/if.h | |
parent | Merge pull request #9900 from SaiGomathiN/sai-pimjoin (diff) | |
parent | lib: make if_lookup_by_index_all_vrf internal (diff) | |
download | frr-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |