Created attachment 3385 [details] testcase based on iptables code This makes iptables-1.4.11 break when using udp and raw port numbers: $ sudo iptables -A INPUT -p udp --dport 53 -j ACCEPT iptables v1.4.11: Port "53" does not resolve to anything. Try `iptables -h' or 'iptables --help' for more information. Using '--dport domain' works.
Created attachment 3391 [details] 0001-getaddrinfo-allow-numeric-service-without-any-hints.patch This patch fixes the issue
Hi, applied as bc3be18145e4d57e7268506f123c0f0f373a15e2, will backport this for 0.9.32.1 Thanks!