Skip to content
Snippets Groups Projects
Unverified Commit dd0ce8c0 authored by Rosen Penev's avatar Rosen Penev Committed by GitHub
Browse files

Merge pull request #15759 from stangri/master-miniupnpd

miniupnpd: disable ext_ip_reserved_ignore by default; fix grammar
parents 16e8f6db dc881068
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=miniupnpd
PKG_VERSION:=2.2.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
......
......@@ -12,7 +12,6 @@ config upnpd config
option port 5000
option upnp_lease_file /var/run/miniupnpd.leases
option igdv1 1
option ext_ip_reserved_ignore '1'
config perm_rule
option action allow
......
......@@ -24,7 +24,7 @@ Date: Sun Jul 5 10:42:52 2020 +0800
size_t i;
+ if(GETFLAG(EXTIPRESERVEDIGNOREMASK)) {
+ syslog(LOG_NOTICE, "private/reserved address checking is ignore");
+ syslog(LOG_NOTICE, "private/reserved address checking is ignored");
+ return 0;
+ }
+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment