CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/28 01:41:19
Modified files:
sys/net : if_tpmr.c
Log message:
Implement SIOCBRDGIFS, provide SIOCBRDGGRL stub
Required for ifconfig(8) to print tpmr(4) members in bridge fashion.
When copying out members, merely fill in the interface names and set
IFBIF_SPAN such that ifconfig rightfully assumes no member does STP.
As with switch(4), there are no rules but ifconfig requires an ioctl stub.
Feedback OK dlg
