]> git.puffer.fish Git - mirror/frr.git/commit
*: rename two vrf functions
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 2 Nov 2016 14:16:58 +0000 (12:16 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 28 Nov 2016 18:18:35 +0000 (16:18 -0200)
commit5f3d1bdf3ce8ac030831ee8c4dd6655ce5172431
tree2034308ec570033e1dde8cd6e7a4e0376f8baf0f
parent1a1a70655c869a1b66e363894e5aba19f4aa08f3
*: rename two vrf functions

Since VRFs can be searched by vrf_id or name, make this explicit in the
helper functions.

s/vrf_lookup/vrf_lookup_by_id/
s/zebra_vrf_lookup/zebra_vrf_lookup_by_id/

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
14 files changed:
bgpd/bgp_main.c
bgpd/bgpd.c
bgpd/bgpd.h
lib/vrf.c
lib/vrf.h
lib/zclient.c
zebra/if_netlink.c
zebra/interface.c
zebra/zebra_rib.c
zebra/zebra_rnh.c
zebra/zebra_static.c
zebra/zebra_vrf.c
zebra/zebra_vrf.h
zebra/zserv.c