mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Basic IPv6 support
This commit is contained in:
parent
f78c78c905
commit
2b5ac2fa37
4 changed files with 14 additions and 6 deletions
|
@ -25,7 +25,7 @@ end
|
|||
function src_dst_option(s, ...)
|
||||
local o = s:taboption(...)
|
||||
--o.datatype = "or(ip4addr,cidr4)"
|
||||
o.datatype = "ip4addr"
|
||||
o.datatype = "or(ip4addr,ip6addr)"
|
||||
end
|
||||
|
||||
s = m:section(NamedSection, "ss_rules", "ss_rules")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue