routing/miniupnpd/patches/102-ipv6-ext-port.patch
Steven Barth ee80086e1a miniupnpd: bump to 1.8.20140906
Signed-off-by: Steven Barth <steven@midlink.org>
2014-09-15 11:51:21 +02:00

10 lines
242 B
Diff

--- a/pcpserver.c
+++ b/pcpserver.c
@@ -1004,6 +1004,7 @@ static int CreatePCPMap_NAT(pcp_info_t *
timestamp);
if (r < 0)
return PCP_ERR_NO_RESOURCES;
+ pcp_msg_info->ext_port = pcp_msg_info->int_port;
return PCP_SUCCESS;
}