]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_evpn.c
zebra: vxlan interface refactoring changes
authorSharath Ramamurthy <sramamurthy@nvidia.com>
Tue, 27 Jul 2021 08:10:48 +0000 (13:40 +0530)
committerStephen Worley <sworley@nvidia.com>
Mon, 13 Feb 2023 23:12:04 +0000 (18:12 -0500)
commit0adeb5fdf46fe23a85924d04f2f02ee0be3cce6a
treeaa5d70622d9f3a621a1669dce5d5ca0c188c1bc1
parentb95ce8fadbceea40639224d59bfcc0a2679f5604
zebra: vxlan interface refactoring changes

This change refactors the zebra_vxlan_if related functionality
to a new zebra_vxlan_if.c file. zebra_vxlan_if_up/down,
zebra_vxlan_if_add/update/del is moved zebra_vxlan_if.c

Signed-off-by: Sharath Ramamurthy <sramamurthy@nvidia.com>
zebra/subdir.am
zebra/zebra_evpn.c
zebra/zebra_evpn_mac.c
zebra/zebra_evpn_mh.c
zebra/zebra_evpn_neigh.c
zebra/zebra_l2.c
zebra/zebra_nb_state.c
zebra/zebra_vxlan.c
zebra/zebra_vxlan_if.c [new file with mode: 0644]
zebra/zebra_vxlan_if.h [new file with mode: 0644]
zebra/zebra_vxlan_private.h