Module Name: src Committed By: martin Date: Thu Oct 8 18:06:13 UTC 2020
Modified Files: src/sys/netinet [netbsd-8]: in.c src/sys/netinet6 [netbsd-8]: in6.c Log Message: Pull up following revision(s) (requested by roy in ticket #1613): sys/netinet/in.c: revision 1.241 sys/netinet6/in6.c: revision 1.282 inet: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP when changing It's something we have always done. it's really rare for anything to transition to UNKNOWN from either UP or DOWN, but technically it is possible. To generate a diff of this commit: cvs rdiff -u -r1.203.2.13 -r1.203.2.14 src/sys/netinet/in.c cvs rdiff -u -r1.245.2.12 -r1.245.2.13 src/sys/netinet6/in6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.