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:   yamaguchi
Date:           Thu Sep 30 03:51:05 UTC 2021

Modified Files:
        src/sys/net: if.c if.h if_ethersubr.c

Log Message:
net: obsolete ifnet::if_link_state_chenged
that was used for updating link-state of vlan I/F

The obsoleted function is replaced with
ifnet::if_linkstate_hooks


To generate a diff of this commit:
cvs rdiff -u -r1.495 -r1.496 src/sys/net/if.c
cvs rdiff -u -r1.294 -r1.295 src/sys/net/if.h
cvs rdiff -u -r1.295 -r1.296 src/sys/net/if_ethersubr.c

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