CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/11/12 16:32:42
Modified files: sys/sys : sockio.h Log message: add ioctl commands for the setting of prio fields in tx headers this will be used by encap interfaces where their headers have fields to store a priority, eg, the dot1p bit of vlan/svlan headers, or the ip tos or tclass field int the outer ip header in gre, gif, etherip, and vxlan. ok claudio@