CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/07 21:36:04
Modified files:
sys/net : if_trunk.h
sbin/ifconfig : ifconfig.c
Log message:
make ifconfig build without trunklacp.h
The only used part of trunklacp.h in ifconfig is LACP_STATE_BITS.
Add it to if_trunk.h so trunklacp.h can be removed.
ok dlg@
