]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: header changes for l2 vni bum-mcast-grp handling
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Mon, 18 Mar 2019 19:35:45 +0000 (12:35 -0700)
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Sat, 20 Apr 2019 15:33:19 +0000 (08:33 -0700)
commit3d434f5c3f511c55cd16b7e120521353673013bd
treefc4d5f9adf603401eff426ad0b20bacfbd1d975c
parentc02a40c14fec005d419ad1dbd3fac0e9521b9c6f
zebra: header changes for l2 vni bum-mcast-grp handling

The multicast group ip address for BUM traffic is configurable per-l2-vni.
One way to configure that is to setup a vxlan device that per-l2-vni and
specify the address against that vxlan device -
root@TORS1:~# vtysh -c "show interface vx-1000" |grep -i vxlan
  Interface Type Vxlan
  VxLAN Id 1000 VTEP IP: 27.0.0.15 Access VLAN Id 1000 Mcast 239.1.1.100
root@TORS1:~# vtysh -c "show evpn vni 1000" |grep Mcast
 Mcast group: 239.1.1.100
root@TORS1:~#

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
zebra/zebra_l2.h
zebra/zebra_vxlan.h
zebra/zebra_vxlan_private.h