]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: nuke zvrf_list and always use vrf_list instead
authorRenato Westphal <renato@opensourcerouting.org>
Sat, 29 Oct 2016 00:26:04 +0000 (22:26 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 28 Nov 2016 18:18:35 +0000 (16:18 -0200)
commit51bdc5f85ceb5d597924fc5f9b550257972a38fd
treebeb96514a56fb04befb18b89d81eb44d904b8ea4
parent60f1637a8b35b2968e64dd1619e499033c8068bb
zebra: nuke zvrf_list and always use vrf_list instead

zvrf_list doesn't need to exist, it's basically a duplicate version
of vrf_list.

Also, zebra_vrf_delete() wasn't removing zvrf from zvrf_list, which was
a bug.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
zebra/zebra_vrf.c
zebra/zebra_vrf.h
zebra/zebra_vty.c