Module Name: src Committed By: roy Date: Thu Oct 15 10:20:44 UTC 2020
Modified Files: src/sys/net: if.c if.h Log Message: net: remove IFEF_NO_LINK_STATE_CHANGE This flag was only set for virtual interfaces. All virtual interfaces have a means of knowing if they are going to work or not and as such now support link state changes. If we want this flag back, it should be used as an indicator that the interfaces does not support link state changes that userland can use so it can make a decision on what to do when the link state is UNKNOWN. To generate a diff of this commit: cvs rdiff -u -r1.483 -r1.484 src/sys/net/if.c cvs rdiff -u -r1.288 -r1.289 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.