luci-app-firewall: fix the IPv6 forwards/snats view 6331/head
authorDirk Brenken <dev@brenken.org>
Wed, 5 Apr 2023 09:30:29 +0000 (11:30 +0200)
committerDirk Brenken <dev@brenken.org>
Wed, 5 Apr 2023 09:30:29 +0000 (11:30 +0200)
commit148759a5c51ea30bca2c66a4035cf0f6b966e6cb
treeee9ddf349d024b3133e43ffa12193642746711ba
parent2145121d4cf766e8ea3340e08f8bc76ba5c513fc
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>
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js