CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/11/12 17:03:18
Modified files: sys/net : if_gre.c Log message: add txprio support to gre, mgre, egre, nvgre, and eoip for l3 interfaces (gre and mgre), allow txprio from the payload, the mbuf, or a hardcoded value. for l2 interfaces (egre, ngre, and eoip), get txprio from the mbuf or a hardcoded value. ok claudio@