Page MenuHomeFreeBSD

bridge tests: test cross-vlan bridging
ClosedPublic

Authored by kp on Apr 1 2023, 1:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 17 2026, 1:40 PM
Unknown Object (File)
Apr 16 2026, 8:02 PM
Unknown Object (File)
Apr 16 2026, 10:14 AM
Unknown Object (File)
Apr 16 2026, 5:48 AM
Unknown Object (File)
Apr 11 2026, 1:00 PM
Unknown Object (File)
Apr 9 2026, 8:11 PM
Unknown Object (File)
Apr 3 2026, 6:04 AM
Unknown Object (File)
Apr 1 2026, 6:24 PM

Details

Summary

Ensure that the bridge takes VLAN IDs into account when learning
addresses.

PR: 270559

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Apr 1 2023, 1:04 AM
tests/sys/net/if_bridge_test.sh
647

This should be trigger an ARP announce on untagged interface, so that if_bridge(4) will believe that in vlan 1 the interface in jail two has moved to jail one.

648
This revision was not accepted when it landed; it landed in state Needs Review.Apr 14 2023, 11:21 AM
This revision was automatically updated to reflect the committed changes.