From 0b04926433b60ac1ec448f9dfa8a36dfe5bdcae9 Mon Sep 17 00:00:00 2001 From: Jaap Buurman Date: Tue, 1 May 2018 11:53:53 +0200 Subject: igmpproxy: fix creation of firewall rules The init sccript for igmpproxy uses the option 'network' both as an interface name for fetching the l3_device name and for creating the firewall rules. This only works if the name of the network and firewall zone are identical. This commit introduces a new option 'zone' for configuring the upstream and downstream firewall zones in order for the init script to create the required firewall rules automatically. When no such options are given, the init script falls back to not creating the firewall rules and the user can opt to create these manually. Signed-off-by: Jaap Buurman --- 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 38efabe1cb..e335b72d6a 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:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/igmpproxy -- cgit v1.2.3