CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2016/05/30 17:30:11
Modified files: sys/net : if_spppsubr.c if_sppp.h if_pppoe.c Log message: Set pppoe(4) control frames to high (NC, "network control") priority. This is translated into an 802.1p priority tag when sent over a vlan interface, reducing the risk of them being crowded out by data packets on a busy link. Some users have problems with ISPs that place specific requirements on vlan priority (typically the packet header value must be '0', relating to priority 1). This diff doesn't fix that yet, but gives a single place to patch to change tags on control packets without affecting normal vlan priority operation on other interfaces. ok mikeb.