Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
Support matching ip interface id for ip_cidr rule#2209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:dev-next
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
b0565b2
to0b5c32a
Compare This comment was marked as outdated.
This comment was marked as outdated.
Not sure i quite understand
Maybe I missed something, but how can an interface id currently be matched without this PR?
These are not matching rules? Are you suggesting they should also support the |
dyhkwong commentedOct 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
So this is in fact something like#2014? |
blip commentedOct 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
yep, that person was asking the same feature. But it's not really syntactic sugar if it's not already achievable with the current rules, imho. |
Maybe this should be a new type of rule. And the author of#2014 mentioned that this is also for tun.route_address_set? |
6740910
to58feb8e
Compare78f8093
toac6401b
Compare3611dcd
to36c095f
Compare4492a53
to989034b
Compare8ec5593
tob3c1110
Compare
Added support for matching IPv6's interface id, using a syntax like
::1/::ff
inip_cidr
andsource_ip_cidr
.Fix#2204
cc@dyhkwong