https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290011
Andrey V. Elsukov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrey V. Elsukov <[email protected]> --- The portname is spelled incorrectly, you can look into /etc/services and there it is called dhcpv6-client. Also, IPv6 protocol has not ports. You need to specify one of transport layer protocols, such as UDP or TCP, then getservbyname(3) will find the port number for given name. There is one hack, that is often used - you can use "allow ip" or "allow any", then port will be checked with any suitable transport protocol. -- You are receiving this mail because: You are the assignee for the bug.
