]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: resolve multiple functions for local MAC delete
authorPat Ruddy <pat@voltanet.io>
Mon, 1 Jun 2020 13:33:30 +0000 (14:33 +0100)
committerPat Ruddy <pat@voltanet.io>
Wed, 3 Feb 2021 12:22:00 +0000 (12:22 +0000)
commit46d6f5a2c6dec760c83b005304c68bca9fe40f45
treef4848657fe72b68175c301513404213110c61e43
parentfe7bc9964e90470509324cafda4c98424de506c6
zebra: resolve multiple functions for local MAC delete

the old VXLAN function for local MAC deletion was still in
existence and being called from the VXLAN code whilst the new
generic function was not being called at all. Resolve this so
the generic function matches the old function and is called
exclusively.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
zebra/zebra_evpn_mac.c
zebra/zebra_evpn_mac.h
zebra/zebra_vxlan.c