Skip to content

Commit

Permalink
zebra: use new per-NS ifp iterators in vxlan code
Browse files Browse the repository at this point in the history
Replace use of the old if_table with the new per-NS ifp
iterator apis in the zebra vxlan code.

Signed-off-by: Mark Stapp <[email protected]>
  • Loading branch information
Mark Stapp committed Oct 29, 2024
1 parent c116053 commit 8353cf5
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 197 deletions.
1 change: 1 addition & 0 deletions zebra/zebra_evpn.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ struct zebra_from_svi_param {
struct interface *ret_ifp;
struct zebra_if *zif;
struct zebra_evpn *zevpn;
struct zebra_l3vni *zl3vni;
uint8_t bridge_vlan_aware;
vlanid_t vid;
};
Expand Down
Loading

0 comments on commit 8353cf5

Please sign in to comment.