miniupnpd: Don't override ipv6_listening_ip

Fixes: https://github.com/openwrt/packages/issues/14145
Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
This commit is contained in:
Jitao Lu
2020-12-07 11:52:17 +08:00
parent 97ca81299e
commit c89a1f3e8b
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -131,9 +131,8 @@ upnpd() {
local iface
for iface in ${internal_iface:-lan}; do
local device addr6
local device
network_get_device device "$iface" && echo "listening_ip=$device"
network_get_ipaddr6 addr6 "$iface" && echo "ipv6_listening_ip=$addr6"
done
config_load "upnpd"