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)
Fri, Apr 17, 1:40 PM
Unknown Object (File)
Thu, Apr 16, 8:02 PM
Unknown Object (File)
Thu, Apr 16, 10:14 AM
Unknown Object (File)
Thu, Apr 16, 5:48 AM
Unknown Object (File)
Sat, Apr 11, 1:00 PM
Unknown Object (File)
Thu, Apr 9, 8:11 PM
Unknown Object (File)
Fri, Apr 3, 6:04 AM
Unknown Object (File)
Wed, Apr 1, 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.