Module Name: src
Committed By: yamaguchi
Date: Fri Nov 12 05:56:54 UTC 2021
Modified Files:
src/sys/net/lagg: if_lagg.c
Log Message:
Configure vlan to an added interface after setting ifnet::if_lagg
The configuration uses ioctl of the interface, and the ioctl
for port (lagg_port_ioctl) needs ifnet:::if_lagg setting.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/net/lagg/if_lagg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.