diff options
Diffstat (limited to 'pimd/pimd.c')
| -rw-r--r-- | pimd/pimd.c | 5 |
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; } |
