-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luci-mod-network: let sourcefilter option available for most proto #6864
Conversation
Does “and more” mean everything except dhcp? |
I'd prefer an explicit whitelist, maybe we can even reuse luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js Line 231 in b0c1354
|
Agreed.
Explicit is far more readable and extensible (esp when new protocols
arrive).
|
@systemcrash @jow- |
Check jows link. Good example.
… @systemcrash <https://github.com/systemcrash> @jow-
<https://github.com/jow->
all proto bring up by dhcpv6 should use sourcefilter option, so how to
write such a whitelist
|
56dc673
to
7232b0e
Compare
hmm I prefer use blacklist |
7232b0e
to
3668d2b
Compare
update: sourcefilter option support for listed proto
|
3668d2b
to
26ea3c9
Compare
update: also add |
Looks good - could you alpha 0-9a-z sort the list please? |
sourcefilter option should be available for proto like: 'dhcpv6' 'directip' 'ppp' 'pppoe' 'pppoa' 'pptp' 'qmi' 'mbim' 'ncm' '3g' Signed-off-by: Chen Minqiang <[email protected]>
26ea3c9
to
6662341
Compare
sourcefilter option should be available for proto like: ppp
pptp
pppoe
pppoa
ncm
mbim
qmi
...and more