CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/10 14:33:29
Modified files:
sys/netinet : if_ether.c
sys/net : bpf.c if.c if.h if_var.h
sys/sys : sockio.h
sbin/ifconfig : ifconfig.8 ifconfig.c
Log message:
Add the "llprio" field to struct ifnet, and the corresponding keyword
to ifconfig.
"llprio" allows one to set the priority of packets that do not go through
pf(4), as the case is for arp(4) or bpf(4).
ok sthen@ mikeb@
