diff options
author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-03-19 21:56:46 +0100 |
---|---|---|
committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-04-20 17:33:20 +0200 |
commit | 4ab3321f29151f0d911a49fc0f8593736799a349 (patch) | |
tree | 07fb13609323331ed3f2e3170d880e54c2a3ad11 /zebra/zserv.h | |
parent | zebra: trigger SG update on l2-vni<=>mcast-grp changes (diff) | |
download | frr-4ab3321f29151f0d911a49fc0f8593736799a349.tar.xz frr-4ab3321f29151f0d911a49fc0f8593736799a349.zip |
lib, zebra: changes to propagate vxlan mcast SG entries to pimd
These updates act as triggers to pimd to -
1. join the MDT for rxing VxLAN encapsulated BUM traffic
2. register the local-vtep-ip as a source for the MDT
Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 86863d961..90fd19571 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -141,6 +141,8 @@ struct zserv { uint32_t v4_nh_watch_rem_cnt; uint32_t v6_nh_watch_add_cnt; uint32_t v6_nh_watch_rem_cnt; + uint32_t vxlan_sg_add_cnt; + uint32_t vxlan_sg_del_cnt; time_t nh_reg_time; time_t nh_dereg_time; |