Bridge 3-address WLAN clients through discovered OW helpers - #561
Draft
TurkeyMan wants to merge 1 commit into
Draft
Bridge 3-address WLAN clients through discovered OW helpers#561TurkeyMan wants to merge 1 commit into
TurkeyMan wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why this should exist
A three-address 802.11 station cannot transmit bridged Ethernet frames whose source MAC belongs to a client behind it. Native four-address/WDS operation remains preferable when the driver and AP support it, but that is not generally available. IP-layer ARP-NAT/relayd approximations also do not preserve arbitrary Ethernet traffic.
This proposes an OpenWatt-native fallback: discover a nearby OW bridge, tunnel only traffic affected by the station limitation, and let the helper participate in the existing bridge learning machinery.
Design
Review verdict
The capability is worth pursuing, but this draft is not merge-ready. It establishes the mechanism and is useful for reviewing whether the protocol belongs in OpenWatt before hardening it.
Merge blockers
Validation
master.CONFIG=unittest FEATURES=switchcompiles successfully against the uRT revision pinned bymaster.src/manager/console/command.d:524assertion before router tests execute; this PR therefore does not claim a passing unit-test run.