luci/applications/luci-app-firewall/htdocs/luci-static/resources
Dirk Brenken 148759a5c5
luci-app-firewall: fix the IPv6 forwards/snats view
* corrects the view as IPv4 and IPv6 for rules where the family is 'any' and the IP not set (this fixes #9c55500), e.g. a forward rule like that:

config redirect 'adblock_lan53'
	option name 'Adblock DNS (lan, 53)'
	option src 'lan'
	option proto 'tcp udp'
	option src_dport '53'
	option dest_port '53'
	option target 'DNAT'
	option family 'any'

Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-04-05 11:30:29 +02:00
..
tools luci-app-firewall: allow ipv6 setup 2023-03-15 23:37:46 +01:00
view/firewall luci-app-firewall: fix the IPv6 forwards/snats view 2023-04-05 11:30:29 +02:00