]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_nht.c
pimd: Fix ecmp_enable and ecmp_rebalance_enable
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Jun 2018 14:23:32 +0000 (10:23 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Jun 2018 14:23:32 +0000 (10:23 -0400)
commit4795fff748d6b55479b60013fd2dc8fdf8b4c7c2
tree38aa32a9d0a6d834d9badaea95f971bb80803469
parent7348e571b7b0e2616726723bb624d3a15be5f40a
pimd: Fix ecmp_enable and ecmp_rebalance_enable

These commands were being accepted in all vrf's and
affecting all vrf's behavior globally, since they were
global variables.

Modify the code to make these two commands work
on a per-vrf basis.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c
pimd/pim_instance.c
pimd/pim_instance.h
pimd/pim_nht.c
pimd/pim_vty.c
pimd/pimd.c