openwrt/package
Florian Eckert bdedb79815 gre: remove setting default firewall zone to wan
There are two problems with this behaviour that the zone is set to wan
if no zone config option is defined in the interface section.

* The zone for the interface is "normally" specified in the firewall
config file. So if we have defined "no" zone for this interface zone
option is set now to "wan" additonaly if we add the interface in the firewall
config section to the "lan" zone, the interface is added to lan and wan at once.

iptables-save | grep <iface>

This is not what I expect.

* If I do not want to set a zone to this interface it is not possible.

Remove the default assigment to wan if no zone option is defined.
If some one need the option it stil possible to define this option.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
2019-02-07 21:58:07 +01:00
..
base-files base-files: config_get: prevent filename globbing 2019-01-30 13:20:14 +01:00
boot uboot-omap: add 'rootwait' to the kernel cmdline 2019-01-31 14:07:00 +01:00
devel perf: replace libelf1 dependency with libelf 2019-01-24 12:56:11 +01:00
firmware ath10k-firmware: update Candela Tech firmware images 2019-02-04 12:09:35 +01:00
kernel nat46: Fix mirror hash 2019-02-07 11:15:11 +01:00
libs openssl: update list of mirrors 2019-01-31 21:21:49 +01:00
network gre: remove setting default firewall zone to wan 2019-02-07 21:58:07 +01:00
system opkg: update to latest Git head 2019-01-31 10:23:20 +01:00
utils busybox: keep syslog.conf during sysupgrade 2019-01-30 12:30:03 +01:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00