diff options
| author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-03-19 13:56:46 -0700 | 
|---|---|---|
| committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-04-20 08:33:20 -0700 | 
| commit | 4ab3321f29151f0d911a49fc0f8593736799a349 (patch) | |
| tree | 07fb13609323331ed3f2e3170d880e54c2a3ad11 /lib/log.c | |
| parent | abfa0a96516dba8c77ff30a3abc1118873b663c7 (diff) | |
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 'lib/log.c')
| -rw-r--r-- | lib/log.c | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -1068,6 +1068,8 @@ static const struct zebra_desc_table command_types[] = {  	DESC_ENTRY(ZEBRA_IPTABLE_DELETE),  	DESC_ENTRY(ZEBRA_IPTABLE_NOTIFY_OWNER),  	DESC_ENTRY(ZEBRA_VXLAN_FLOOD_CONTROL), +	DESC_ENTRY(ZEBRA_VXLAN_SG_ADD), +	DESC_ENTRY(ZEBRA_VXLAN_SG_DEL),  };  #undef DESC_ENTRY  | 
