[Bug 197256] [PATCH] ip6(4): missing IPV6_RECVHOPLIMIT and other RFC3542 API documentation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 14 18:06:49 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197256

--- Comment #4 from guyyur at gmail.com ---
The man page is still outdated.
The IPV6_RECVHOPLIMIT and other OpenBSD changes are still missing.

The last commit for the man page is revision 339985 (Thu Nov 1 08:17:27 2018
UTC).
My last comment from 2018 is noting I rebased the patches over r339985.

1. r314722 added IPV6_ORIGDSTADDR documentation but commented out.
If it should be documented, use:
https://github.com/guyyur/freebsd-src_patches/tree/master/man4_ip6_updates
and first apply uncomment_IPV6_ORIGDSTADDR.patch

otherwise, use patches from:
https://github.com/guyyur/freebsd-src_patches/tree/master/man4_ip6_updates_no_IPV6_ORIGDSTADDR_uncomment

2. OpenBSD changes
openbsd_v1.25_changes.patch
openbsd_v1.26_changes.patch
openbsd_v1.29_changes.patch
openbsd_v1.31_changes.patch
openbsd_v1.32_changes.patch
openbsd_v1.33_changes.patch
openbsd_v1.34_changes.patch
move_openbsd_tag_to_v1.34.patch

v1.32 removed options that are commented out in the man page and are not
implemented in OpenBSD.  They are also not implemented in FreeBSD.
It also uncommented IPV6_NEXTHOP.

v1.34 removed IPV6_NEXTHOP documentation completely.
IPV6_NEXTHOP is still implemented in FreeBSD but is currently commented out in
the man page so I am not sure if v1.32, v1.34 should be applied.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-doc mailing list