]> git.puffer.fish Git - mirror/frr.git/commit
zebra: move hash rules creation to the vrf_enable place
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 22 Mar 2018 17:00:10 +0000 (18:00 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 23 Mar 2018 08:04:33 +0000 (09:04 +0100)
commit5e280e568809c18589cc58d785c7f49e0bab3945
tree6b20ae450c1c521ca16e427f61e88d940f939edc
parent154a3944e806936c766052d44e85921be6f3c5d5
zebra: move hash rules creation to the vrf_enable place

The vrf netns usage makes a crash, when deleting vrf, due to the hash
list of rules not initialised for non default VRF.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/zebra_ns.c