]> git.proxmox.com Git - mirror_frr.git/commit
lib: optimize if_lookup_by_name_all_vrf
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 13 Oct 2021 20:23:41 +0000 (23:23 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 13 Oct 2021 20:23:41 +0000 (23:23 +0300)
commit5393f4db3fc4af608faf2ccc1277fbe79fe42609
tree15d3edbccd7613d54d0007ce1a70e17f3eb6af2a
parentd759866d5b9026f8761bf89dfc9c4107cc1df764
lib: optimize if_lookup_by_name_all_vrf

We already have a VRF pointer, no need to search for it again.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/if.c