CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/11/12 16:57:06
Modified files: sys/net : if_etherip.c Log message: add txprio support etherip puts the prio in the encapsulating ip header, and supports using hardcoded prio values or the prio from the mbuf. it encapsulates ethernet, which doesnt have a prio field unelss you parse the ether payload, which is not worth it. ok claudio@