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)
Sun, Oct 5, 12:10 AM
Unknown Object (File)
Wed, Oct 1, 12:50 AM
Unknown Object (File)
Tue, Sep 30, 1:40 PM
Unknown Object (File)
Tue, Sep 30, 9:36 AM
Unknown Object (File)
Tue, Sep 30, 5:21 AM
Unknown Object (File)
Mon, Sep 29, 7:13 AM
Unknown Object (File)
Sep 5 2025, 3:54 PM
Unknown Object (File)
Aug 31 2025, 7:10 AM

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 Warnings
SeverityLocationCodeMessage
Warningtests/sys/net/if_bridge_test.sh:CHMOD1Invalid Executable
Unit
No Test Coverage
Build Status
Buildable 50712
Build 47603: arc lint + arc unit

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.