]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: vxlan (S, G) cache management
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Tue, 19 Mar 2019 20:15:23 +0000 (13:15 -0700)
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Sat, 20 Apr 2019 15:33:20 +0000 (08:33 -0700)
commit015d264c85bf0a6735f04bd8c38f935de35185b2
tree392d3aa9afd67bdcfed622c5e216bb20183fa589
parent8a93734c484dfb55ad6c8d7ed313ec9b405dae5a
zebra: vxlan (S, G) cache management

Based code for adding (S, G) entries. These entries are created when
a mcast-group and local-VTEP-IP is associated with and L2 VNI.

The parent (*, G) entries are created implicitly on the (S, G) addition
and play the role of termination entries.

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