You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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]
5 years ago
..
base-files base-files: config_get: prevent filename globbing 5 years ago
boot uboot-omap: add 'rootwait' to the kernel cmdline 5 years ago
devel perf: replace libelf1 dependency with libelf 5 years ago
firmware ath10k-firmware: update Candela Tech firmware images 5 years ago
kernel nat46: Fix mirror hash 5 years ago
libs openssl: update list of mirrors 5 years ago
network gre: remove setting default firewall zone to wan 5 years ago
system opkg: update to latest Git head 5 years ago
utils busybox: keep syslog.conf during sysupgrade 5 years ago
Makefile build: add ABI_VERSION to binary package names 5 years ago