Skip to content
Commit d60a1a13 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-app-firewall: fix zone network default



When a `config zone` section lacks an `option network` or `list network`
setting, its contained interface list defaults to the name of the zone,
e.g. a zone named `foo` will implicitely contain the network `foo` unless
a deviating or empty `option network` is specified.

Adjust the zones.js model accordingly to reflect that implicit default.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 4c4d6e2b
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