Bug#746586:

2018-02-23 Thread miniupnp
Le 23.02.2018 à 13:28, Yangfl a écrit : > Hi, > > In config.h: > /* Uncomment the following line in order to make minissdpd > * listen on 1.2.3.4:1900 instead of *:1900 > * Note : it prevents broadcast packets to be received, > *at least with linux */ > /*#define SSDP_LISTEN_ON_SPECIFIC_

Bug#746586: minissdpd listens on all interfaces even when configured not to

2018-02-23 Thread miniupnp
Hello, Indeed minissdpd does bind() the socket on *:1900 but adds membership (join group for IPv6) to the multicast group 239.255.255.250(FF02::C, FF05::C) only on the specified interface(s). https://github.com/miniupnp/miniupnp/blob/master/minissdpd/openssdpsocket.c#L105 Then, the first thing do

Bug#746586:

2018-02-23 Thread Yangfl
Hi, In config.h: /* Uncomment the following line in order to make minissdpd * listen on 1.2.3.4:1900 instead of *:1900 * Note : it prevents broadcast packets to be received, *at least with linux */ /*#define SSDP_LISTEN_ON_SPECIFIC_ADDR*/ It should be OK to enable such option since UPn

Bug#746586: minissdpd listens on all interfaces even when configured not to

2014-05-01 Thread Dave Rutherford
Package: minissdpd Version: 1.1.20120121-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tiger automatic auditing software alerted me that minissdpd was listening on all network interfaces in the default configuration. I modified the config to specify the IP address of the interf