luci/applications/luci-app-firewall
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
..
htdocs/luci-static/resources luci-app-firewall: fix the IPv6 forwards/snats view 2023-04-05 11:30:29 +02:00
po Translated using Weblate (Russian) 2023-04-03 17:23:38 +03:00
root/usr/share luci-app-firewall: implement IPsets GUI 2023-03-29 15:33:37 +02:00
Makefile luci-app-firewall: initial firewall4 compatibility 2022-01-06 15:03:57 +02:00