luci-mod-firewall: Expand on naming of forwarding rule inside the zone
authorJonas Dreßler <verdre@v0yd.nl>
Wed, 23 Aug 2023 12:03:37 +0000 (14:03 +0200)
committerPaul Donald <itsascambutmailmeanyway@gmail.com>
Sat, 30 Dec 2023 02:54:42 +0000 (02:54 +0000)
commitc74c861477c7eef6118cac98642db885a689df06
treefcdf1f7d547cfb60f23f1a8d28199056d6d6b926
parent0f1abeca4501d7aeac14e539686620dd720de67d
luci-mod-firewall: Expand on naming of forwarding rule inside the zone

Apparently the "Forward" entry of the individual firewall zones controls
forwarding within the zone (between the individual interfaces) only, and not
the forwarding of packets from the zone to other zones. This is quite
confusing, as the meaning is different from the global "Forward" option
above, which does control forwarding between zones.

Quote from user jow on the forum:
> The per-zone forward controls forwarding traffic among the ifaces of this
> zone. Traffic from/to other zones is handled by the global forward policy,
> or individual forwardings or rules.

See https://forum.openwrt.org/t/likely-bug-in-openwrt-firewall-rule-generation/18152

Let's try to be a bit more concise with the naming here and rename this
entry to "Intra zone forward", which hopefully makes the difference clear.

Signed-off-by: Jonas Dreßler <verdre@v0yd.nl>
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js