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
(if and endif are the only changes, the rest is indentation fixes.)
Intermittently breaks routed IP traffic to mesh neighbours if the mesh interface
is using the underlying (wifi) interface directly, instead of a bridge or VLAN.
The filter is supposed to learn our own mac addresses from outgoing traffic
and then reject incoming reflected packets with our own src address.
If we don't filter these, logread gets cluttered with informational messages
saying "received packet with our own address".
However, if a mesh interface uses the underlying interface directly (instead of
wrapping it in a bridge or VLAN), we somehow end up blocking our mesh neighbours.
This is the case e.g. on corerouters that mesh on their own, with integrated antennas.
For now let's "fix" this by not using the reflection filter on corerouters anymore.
0 commit comments