]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Actually call nexthop_group_disable_vrf
authorDonald Sharp <sharpd@nvidia.com>
Fri, 18 Sep 2020 00:13:44 +0000 (20:13 -0400)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Oct 2020 12:54:24 +0000 (15:54 +0300)
commit6512b39d47ad570d0ded0e895e2b1a496700064b
tree2b8be3cd2c07d117f864c2486a0a138e35ac88ca
parentbe4c551fbb61dbfde30fef26954ae4c83f754622
lib: Actually call nexthop_group_disable_vrf

When the nexthop-groups were added to FRR for some
reason the call to nexthop_group_disable_vrf was
not added although it was written.

Add it in.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/vrf.c