Following the proposal in the mailing list [1].
[1] https://lists.freebsd.org/archives/freebsd-current/2026-April/010065.html
Differential D56228
nd6: Remove DRAFT_IETF_6MAN_IPV6ONLY_FLAG and EXPERIMENTAL options Authored by pouria on Thu, Apr 2, 8:43 PM. Tags None Referenced Files
Details
Following the proposal in the mailing list [1]. [1] https://lists.freebsd.org/archives/freebsd-current/2026-April/010065.html Run network tests, but since this code # ping -c1 9.9.9.9 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: icmp_seq=0 ttl=56 time=135.319 ms --- 9.9.9.9 ping statistics --- 1 packets transmitted, 1 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 135.319/135.319/135.319/0.000 ms # ifconfig vtnet0 inet6 ipv6_only # ping -c1 9.9.9.9 PING 9.9.9.9 (9.9.9.9): 56 data bytes ping: sendto: Address family not supported by protocol family --- 9.9.9.9 ping statistics --- 1 packets transmitted, 0 packets received, 100.0% packet loss # ifconfig vtnet0 inet6 -ipv6_only # ping 9.9.9.9 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: icmp_seq=0 ttl=56 time=118.902 ms
Diff Detail
Event TimelineComment Actions @bz done.
Comment Actions @bz Comment Actions I believe that apart from the extra comment added and the src.conf.5 which needs to be regenerated again I am fine. Thank you. I assume you are going to update the commit message as well before commit?
Comment Actions No, that re-generation of src.conf.5 wasn't right; I did it yesterday and on top of your change it only changed the date. Comment Actions Apparently, there is a difference between: tools/build/options/makeman > share/man/man5/src.conf.5 and ./makeman > /usr/src/share/man/man5/src.conf.5 I didn't know I should run it inside its directory. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||