Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: yamaguchi
Date: Thu Sep 30 03:47:28 UTC 2021
Modified Files:
src/sys/net: if_ethersubr.c if_vlan.c if_vlanvar.h
src/sys/rump/librump/rumpnet: net_stub.c
Log Message:
vlan: Register the callback to update link-state of vlan I/F
to link-state change hook
The callback is registered in every vlan I/F even if the parent
interface is the same. Therefore it is not needed to search the
vlan I/F by the parent interface unlike the previous callback.
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.161 -r1.162 src/sys/net/if_vlan.c
cvs rdiff -u -r1.14 -r1.15 src/sys/net/if_vlanvar.h
cvs rdiff -u -r1.45 -r1.46 src/sys/rump/librump/rumpnet/net_stub.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