CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/11/12 16:40:37
Modified files: sbin/ifconfig : ifconfig.c Log message: add support for txprio settings on interfaces display of the currently configured txprio setting is added to the encap line, since it's configuring something that affects the population of an encapsulation header. it also adds a txprio argument to ifconfig so the setting can be changed to "payload", "packet", or a number between 0 and 7. ok claudio@