summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2017-05-08 15:01:04 -0500
committerGitHub <noreply@github.com>2017-05-08 15:01:04 -0500
commit76dfee9873c1d65c2cbbf6dfeb5ac2df87ca339b (patch)
tree76ee62f306bfc7b9b08ae4c024f7f3f9179d30b1 /pimd/pim_cmd.c
parent8b3366bae41852f4833bf8261094c2ce2e0f6048 (diff)
parent4ba87bb9e2b6f36f9504c6468ec2a465a28fe43f (diff)
Merge pull request #475 from chiragshah6/pim_dev_3_0
Pim related defect fixes
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r--pimd/pim_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index d40ff0fe30..1224bc5fc8 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -4085,6 +4085,7 @@ DEFUN (ip_pim_ecmp_rebalance,
"Enable PIM ECMP \n"
"Enable PIM ECMP Rebalance\n")
{
+ qpim_ecmp_enable = 1;
qpim_ecmp_rebalance_enable = 1;
return CMD_SUCCESS;