You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frr-evpn-vrf: simplify neigh suppression and learning
For neighbor suppression, per-vlan setting is something introduced in
6.4.0. If we don't need per-vlan (our case), we can just use
`neigh_suppress on`. As for per-vlan `learning off`, this is something
that does not exist and is ignored by the bridge command.
0 commit comments