CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/02 16:35:36
Modified files:
sbin/ifconfig : brconfig.c
Log message:
let "tagged" take multiple vids and ranges of vids.
a tiny parser splits the vid argument by commas and parses each
chunk separately. each chunk can be a vid on its own or a range
separated by a -. eg, "ifconfig veb0 tagged if0 1,10-20,33" works
as expected.
you can still prefix the whole argument with - or + to specify which
op you want.
