summaryrefslogtreecommitdiff
path: root/pimd/pimd.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-19 09:52:17 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-03-06 16:02:52 -0500
commit17823cdd2c943746ffee0a6bf87b75a3a8b1c0ff (patch)
tree7a7e43d282c629ae580fc3431b665295bceef283 /pimd/pimd.c
parenta054f6d73e43f70e7e10f026d7cc3f3b09f3fc09 (diff)
pimd: Add accidently missed code during upstreaming process
There was some code missed during the upstreaming process due to code squash. Identify and put into a commit to keep code consistent and correct. Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com> Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com> Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pimd.c')
-rw-r--r--pimd/pimd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c
index a2af66fdc7..889d63c518 100644
--- a/pimd/pimd.c
+++ b/pimd/pimd.c
@@ -102,6 +102,8 @@ void pim_router_init(void)
router->packet_process = PIM_DEFAULT_PACKET_PROCESS;
router->register_probe_time = PIM_REGISTER_PROBE_TIME_DEFAULT;
router->vrf_id = VRF_DEFAULT;
+ router->pim_mlag_intf_cnt = 0;
+ router->connected_to_mlag = false;
}
void pim_router_terminate(void)