git: 92dc5d167b - main - porters-hadbook: describe KPI change in ip6 ND context
Dmitry Morozovsky <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by marck: URL: https://cgit.FreeBSD.org/doc/commit/?id=92dc5d167b126476159c7806c5020505aadc245c commit 92dc5d167b126476159c7806c5020505aadc245c Author: Dmitry Morozovsky <[email protected]> AuthorDate: 2026-01-26 16:06:48 +0000 Commit: Dmitry Morozovsky <[email protected]> CommitDate: 2026-01-26 16:06:48 +0000 porters-hadbook: describe KPI change in ip6 ND context Describe KPI change in ip6 ND context which missed __FreeBSD_version bump. Use nearest next as time window is narrow and potential consumers ar rare. Reviewed by: glebius --- documentation/content/en/books/porters-handbook/versions/_index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index 6f15c2abde..a44e903079 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -121,6 +121,10 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |January 25, 2026 |16.0-CURRENT after changes to eventfd API that exposes that API in linuxkpi for DRM drivers. +|(not changed) +|gitref:576ee62dd2e5e0454a5316eb9207f4ebaa543171[repository="src",length=12] +|January 25, 2026 +|16.0-CURRENT after changing IPv6 neighbor discovery context storage directly in struct in6_ifextra. It is a KPI change that may affect build of network related external kernel modules. |=== [[versions-15]]