CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/05 00:22:11
Modified files:
sbin/ifconfig : brconfig.c
Log message:
Print tpmr(4) members
tpmr is a trivial bridge and has no specific ioctls, so to distinguish
it from the rest we must rely on the interface name; assuming that it
is tpmr because neither is_bridge() nor is_switch() return success is
not possible due to the way ifconfig is designed: it runs all *_status()
commands for all interface types.
OK dlg
