summaryrefslogtreecommitdiff
path: root/pimd/pimd.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2017-04-10 11:07:58 -0500
committerGitHub <noreply@github.com>2017-04-10 11:07:58 -0500
commitb43d5ea3302a62133e249d0659e531becbcfbe8b (patch)
tree7fb8f11d6020f828cd0bfc627434b84f807e5790 /pimd/pimd.c
parent73a9e6d2a571b5626b071fe69dd2faffaa33f946 (diff)
parent4390fb9991e78d759c25ffc23be378c8b9242614 (diff)
Merge pull request #304 from donaldsharp/pim_5549
Pim 5549 Additions
Diffstat (limited to 'pimd/pimd.c')
-rw-r--r--pimd/pimd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c
index eaef4ff5c0..bc39c95fac 100644
--- a/pimd/pimd.c
+++ b/pimd/pimd.c
@@ -115,7 +115,10 @@ pim_vrf_enable (struct vrf *vrf)
* We will crash and burn otherwise
*/
exit(1);
- }
+ }
+
+ pimg->send_v6_secondary = 1;
+
}
return 0;
}