CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/23 18:45:40
Modified files:
sys/net : if_tpmr.c
Log message:
Remove trunkdev bits
ifconfig(8) prints "trunk: trunkdev tpmrN" for member interfaces, which is
misleading as tpmr(4) is being completed into a bridge-like interface.
Remove SIOCGTRUNKPORT so tpmr(4) does not report members as trunk devices
(next diff will implement SIOCBRDGIFS).
OK dlg
