Module Name: src Committed By: martin Date: Thu Oct 8 18:05:00 UTC 2020
Modified Files: src/sys/netinet [netbsd-9]: in.c src/sys/netinet6 [netbsd-9]: in6.c Log Message: Pull up following revision(s) (requested by roy in ticket #1104): 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.234 -r1.234.2.1 src/sys/netinet/in.c cvs rdiff -u -r1.275 -r1.275.2.1 src/sys/netinet6/in6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.