openwrt icon indicating copy to clipboard operation
openwrt copied to clipboard

add sourcefilter option support for most protocol

Open ptpt52 opened this issue 2 years ago • 5 comments

this add sourcefilter support for protocol:

ppp
ncm
mbim
qmi

the source based IPv6 routing option should be available like DHCPv6

ptpt52 avatar Jan 23 '24 14:01 ptpt52

luci related PR https://github.com/openwrt/luci/pull/6864

ptpt52 avatar Jan 23 '24 14:01 ptpt52

update: sourcefilter option support for listed proto

    'dhcpv6'
    'directip'
    'ppp'
    'pppoe'
    'pppoa'
    'pptp'
    'qmi'
    'mbim'
    'ncm'

ptpt52 avatar Jan 24 '24 04:01 ptpt52

Does this also apply to the proto modemmanger in the packages feed?

feckert avatar Feb 02 '24 08:02 feckert

related issue https://github.com/openwrt/openwrt/issues/14954

ptpt52 avatar Mar 24 '24 13:03 ptpt52

Does this also apply to the proto modemmanger in the packages feed?

It should but not handled here

ptpt52 avatar Mar 24 '24 13:03 ptpt52

ping @981213

ptpt52 avatar Apr 12 '24 05:04 ptpt52

Merged. Thanks!

981213 avatar Apr 22 '24 07:04 981213

@ptpt52 As I mentioned above, we should also implement this for the protos that are in the package feeds.

feckert avatar Apr 22 '24 09:04 feckert