From 93d44081c39610551c8f6739f1b039a0bd140ab5 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 8 Jul 2020 14:17:23 -0700 Subject: [PATCH] miniupnpd: default to IGDv1 It seems even modern stuff doesn't support v2 correctly. The miniupnp suite does but other stacks seem to lack support. Default to v1 to avoid the headache. Signed-off-by: Rosen Penev (cherry picked from commit 7891124d6c8fa8e57c556d766668ac518db5d858) --- net/miniupnpd/Makefile | 2 +- net/miniupnpd/files/upnpd.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index b050e2d55..b4491f0d6 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=2.1.20200510 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/net/miniupnpd/files/upnpd.config b/net/miniupnpd/files/upnpd.config index 4e7466495..bd7c3ec40 100644 --- a/net/miniupnpd/files/upnpd.config +++ b/net/miniupnpd/files/upnpd.config @@ -11,7 +11,7 @@ config upnpd config option internal_iface lan option port 5000 option upnp_lease_file /var/run/miniupnpd.leases - option igdv1 0 + option igdv1 1 config perm_rule option action allow