From c315843f882b1eddb5af4cbc372ce1f41105eb65 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 13 Nov 2017 22:33:48 +0100 Subject: igmpproxy: remove firewall rules when service is stopped Remove multicast routing firewall rules when the igmpproxy is stopped by triggering a firewall config change. Keeping the firewall open from the wan for igmp and udp multicast is not desired when the igmpproxy service is inactive. Signed-off-by: Hans Dedecker (cherry picked from commit 31ebbe34ccc066c212ef20de0856ab3a428fb801) --- package/network/services/igmpproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/igmpproxy/Makefile') diff --git a/package/network/services/igmpproxy/Makefile b/package/network/services/igmpproxy/Makefile index d07fe66..38efabe 100644 --- a/package/network/services/igmpproxy/Makefile +++ b/package/network/services/igmpproxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=igmpproxy PKG_VERSION:=0.1 -PKG_RELEASE:=9 +PKG_RELEASE:=10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/igmpproxy -- cgit v1.1