miniupnpd: Fix "IGD2 Port Triggering" in update_portmapping()
This commit is contained in:
parent
7662088603
commit
07abee862c
|
@ -1,5 +1,8 @@
|
||||||
$Id: Changelog.txt,v 1.460 2020/04/12 17:27:31 nanard Exp $
|
$Id: Changelog.txt,v 1.460 2020/04/12 17:27:31 nanard Exp $
|
||||||
|
|
||||||
|
2020/04/20:
|
||||||
|
Fix "IGD2 Port Triggering" in update_portmapping()
|
||||||
|
|
||||||
2020/04/12:
|
2020/04/12:
|
||||||
pf: disabled setting dst address in rule by default
|
pf: disabled setting dst address in rule by default
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||||
* MiniUPnP project
|
* MiniUPnP project
|
||||||
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||||
* (c) 2006-2019 Thomas Bernard
|
* (c) 2006-2020 Thomas Bernard
|
||||||
* This software is subject to the conditions detailed
|
* This software is subject to the conditions detailed
|
||||||
* in the LICENCE file provided within the distribution */
|
* in the LICENCE file provided within the distribution */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue