Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: roy
Date: Sun Sep 27 00:32:17 UTC 2020
Modified Files:
src/sys/net: if.c if_bridge.c if_bridgevar.h
Log Message:
bridge: Calculate link state as the best link state of any member
If any member is LINK_STATE_UP then it's LINK_STATE_UP.
Otherwise if any member is LINK_STATE_UNKNOWN then it's LINK_STATE_UNKNOWN.
Otherwise it's LINK_STATE_DOWN.
To generate a diff of this commit:
cvs rdiff -u -r1.481 -r1.482 src/sys/net/if.c
cvs rdiff -u -r1.174 -r1.175 src/sys/net/if_bridge.c
cvs rdiff -u -r1.34 -r1.35 src/sys/net/if_bridgevar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index