]> 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)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 18 Sep 2020 00:13:44 +0000 (20:13 -0400)
commit0cbee799d526fbe0692822d97d7ec227f30ab962
tree8d4e8754c889e1241890022fa7d82aa3789adca9
parent70d400cefa05bdd6fa64ed6fdb42d082a6a5bc25
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