Skip to content
Unverified Commit 148759a5 authored by Dirk Brenken's avatar Dirk Brenken
Browse files

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 #9c55500f

), 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: default avatarDirk Brenken <dev@brenken.org>
parent 2145121d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment