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: Tue Oct 5 04:09:49 UTC 2021
Modified Files:
src/sys/net: if_vlan.c
Log Message:
Replace the list for vlan interfaces with the counter
The list had been used in vlan_ifdetach(), but it is no longer in
use as a linked list by introducing ether_ifdetach hook.
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/sys/net/if_vlan.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