CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/07/23 21:20:50
Modified files: sys/net : if_tpmr.c Log message: Remove lacpmode and lacptimeout bits ifconfig(8) commands "lacptimeout 1" and "lacpmode active" error out with "ifconfig: Invalid option for trunk: tpmr0"; tpmr(4) has no mode or config, so these ioctls are inappropiate in the first place. Remove SIOCSTRUNKOPTS, SIOCGTRUNKOPTS stubs and now unused <net/if_trunk.h>. OK dlg