This commit is contained in:
Thomas Bernard 2020-10-31 10:05:50 +01:00
parent dd99f0eb75
commit 1331b42410
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 1 additions and 1 deletions

2
miniupnpd/configure vendored
View File

@ -378,7 +378,7 @@ case $OS_NAME in
FW=iptables
fi
fi
V6SOCKETS_ARE_V6ONLY=`$(find /sbin /bin /usr/sbin /usr/bin -name /sysctl) -n net.ipv6.bindv6only`
V6SOCKETS_ARE_V6ONLY=`$(find /sbin /bin /usr/sbin /usr/bin -name sysctl) -n net.ipv6.bindv6only`
;;
OpenWRT)
OS_URL=http://www.openwrt.org/