Module Name: src Committed By: kardel Date: Thu Jan 16 12:56:40 UTC 2020
Modified Files: src/share/man/man4: carp.4 src/sys/netinet: ip_carp.c ip_carp.h Log Message: Provide SIOCGIFMEDIA ioctl to deliver link status. Add link0 (IFF_LINK0) flag to map INIT state to LINK_STATE_DOWN instead of LINK_STATE_UNKNOWN. This allows routing software to suppress routes to the interface of the carp interface when in init state (e. g. link down in the parent interface). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/carp.4 cvs rdiff -u -r1.104 -r1.105 src/sys/netinet/ip_carp.c cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/ip_carp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.