summaryrefslogtreecommitdiff
path: root/lib/log.c
diff options
context:
space:
mode:
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-07-02 11:20:34 -0700
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-07-03 10:11:53 -0700
commitecbbc3a750f055d1ea8adc2da2c6225840696b13 (patch)
treeb1cb276169661a30e94c6311726fc0fb116f1d64 /lib/log.c
parent1c05eb44199ef7dbbb9336a6321266576c8bf484 (diff)
pimd, zebra: request for replay of SG entries on startup
zvni setup in zebra is controlled via bgpd i.e. advertise_all_vni from bgpd triggers this setup. As a part of zvni creation we may need to setup BUM mcast SG entries which are propagated to pimd for MDT setup. Now pimd may not be present at the time of zvni creation or may restart post zvni creation so we need a mechanism to replay (on pimd startup) and to cleanup (on pimd stop). This is addressed via zebra_vxlan_sg_replay and zebra_evpn_pim_cfg_clean_up. Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'lib/log.c')
-rw-r--r--lib/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index 5ce3bd7020..c6e1c4ac5f 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -953,6 +953,7 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_VXLAN_FLOOD_CONTROL),
DESC_ENTRY(ZEBRA_VXLAN_SG_ADD),
DESC_ENTRY(ZEBRA_VXLAN_SG_DEL),
+ DESC_ENTRY(ZEBRA_VXLAN_SG_REPLAY),
};
#undef DESC_ENTRY