[Core] Add fc00::/7 (ULA) to builtin private/WAN ACL lists - #3101
Open
lixuanqun wants to merge 1 commit into
Open
[Core] Add fc00::/7 (ULA) to builtin private/WAN ACL lists#3101lixuanqun wants to merge 1 commit into
lixuanqun wants to merge 1 commit into
Conversation
Unique Local Addresses (RFC 4193) are not globally routable and should be treated like other private ranges for ICE candidate ACL purposes. Add fc00::/7 to rfc1918.auto (allow), wan.auto and wan_v6.auto (deny), matching how fe80::/10 link-local is already handled. Include unit tests for CIDR parsing and builtin ACL matching. Fixes signalwire#2703 Co-authored-by: li xuanqun <793005378@qq.com>
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.
Unique Local Addresses (RFC 4193) are not globally routable and should be treated like other private ranges for ICE candidate ACL purposes.
Add fc00::/7 to rfc1918.auto (allow), wan.auto and wan_v6.auto (deny), matching how fe80::/10 link-local is already handled. Include unit tests for CIDR parsing and builtin ACL matching.
Fixes #2703
Description
Type of Change
Related Issues
Testing
Checklist
Additional Notes