openwrt-packages/net/net-snmp
Hans Dedecker 474d9a0a15 net-snmp: fix inbound firewall rule support
Commit ae5ee6ba6c added support for inbound
firewall rule support but some corner cases were not covered.

In case net-snmp is started and the network interface is already up
the procd firewall rule is created but not applied by fw3 as
service_started calling procd_set_config_changed firewall was missing.

When stopping net-snmp clean up the net-snmp inbound firewall rules in
iptables by calling procd_set_config_changed firewall in stop_service
which will trigger fw3 to remove the inbound firewall rules.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
(cherry picked from commit 0bd19db049)
2018-09-24 08:47:43 +02:00
..
files net-snmp: fix inbound firewall rule support 2018-09-24 08:47:43 +02:00
patches net-snmp: build against libnl-tiny 2017-01-06 16:46:28 +01:00
Makefile net-snmp: fix inbound firewall rule support 2018-09-24 08:47:43 +02:00