Thomas BERNARD
Thomas BERNARD
@Self-Hosting-Group Let me be clear : I thank you for opening this issue and helping me improve the IGDv2 standard compliance. But this feature is useless in real-life condition, which...
Other UPNP IGD also multicast advertisement every 2 or 3 minutes.
> > Have you understood now ? > > In SSDP, the deavertising with byebye does NOT contain a location header (including the port), only the UUID, and invalidates all...
@juampe have you seen #663 / #672 ?
> > Other UPNP IGD also multicast advertisement every 2 or 3 minutes. > > Often implementations have copied/adopted many code/defaults from miniupnp because the project is already old and...
I have to find why it is NFPROTO_INET in the first place... it was introduced here : acc3bcb0a37f2d95473d2ae74034db97ff4b0d46 @svenauhagen what do you think ?
Maybe there is an issue with NFPROTO_INET and NFPROTO_IPV4 being mixed ??? ``` $ grep -n NFPROTO_ *.c nftnlrdr_misc.c:631: if (refresh_nft_cache(&head_filter, nft_table, nft_forward_chain, NFPROTO_INET, RULE_FILTER) < 0) nftnlrdr_misc.c:642: if (refresh_nft_cache(&head_peer,...
@juampe can you look at #711 and see if that's OK for you ? and then I will have to rebase #672. Thank you so much @svenauhagen for your work.
@enihcam which iptables version ? which miniupnpd version ? also try to run `iptables_removeall.sh` like this : ` $ bash -x iptables_removeall.sh`
@enihcam so it worked with the bash -x option :(