]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zserv.c
zebra: Make all zserv handler functions use zvrf instead of vrf_id
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 11 Oct 2017 12:41:29 +0000 (08:41 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 23 Oct 2017 22:09:23 +0000 (18:09 -0400)
commit6680688cf2fc5f60135a49e9960e49b713fa7333
treed41e783bd63831c270de1039a95fbcfba6e0ea49
parente4bd522a3144bcdad9124cf7d8ca2f4eadacb3e4
zebra: Make all zserv handler functions use zvrf instead of vrf_id

Some handler functions were using vrf_id, standardize onto
zvrf being passed around instead.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zserv.c