1
0
Fork 0
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:
Ycarus 2018-03-12 10:26:32 +01:00
parent f78c78c905
commit 2b5ac2fa37
4 changed files with 14 additions and 6 deletions

View file

@ -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")