NetBSD/sys/altq
christos 5172ed9e75 Prevent interface deletion from running into an infinite loop when altq closes.
$ cat /etc/altq.conf
interface ppp0 bandwidth 10M priq
class priq ppp0 high_class_ppp NULL priority 1
class priq ppp0 low_class_ppp NULL priority 0 default
filter ppp0 high_class_ppp 0 0 0 0 1
$ ifconfig ppp0 create
$ /etc/rc.d/altqd onestart
$ ifconfig ppp0 destroy
$ pkill altqd
XXX: pullup-7
2016-01-22 18:19:54 +00:00
..
Makefile
altq.h
altq_afmap.c
altq_afmap.h
altq_blue.c
altq_blue.h
altq_cbq.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
altq_cbq.h
altq_cdnr.c
altq_cdnr.h
altq_classq.h
altq_conf.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
altq_conf.h
altq_fifoq.c
altq_fifoq.h
altq_flowvalve.h
altq_hfsc.c Prevent interface deletion from running into an infinite loop when altq closes. 2016-01-22 18:19:54 +00:00
altq_hfsc.h
altq_jobs.c Prevent interface deletion from running into an infinite loop when altq closes. 2016-01-22 18:19:54 +00:00
altq_jobs.h
altq_localq.c
altq_priq.c Prevent interface deletion from running into an infinite loop when altq closes. 2016-01-22 18:19:54 +00:00
altq_priq.h
altq_red.c
altq_red.h
altq_rio.c
altq_rio.h
altq_rmclass.c
altq_rmclass.h
altq_rmclass_debug.h
altq_subr.c - Move IFNET_*() macros under #ifdef _KERNEL. 2014-05-17 20:44:24 +00:00
altq_var.h
altq_wfq.c
altq_wfq.h
altqconf.h
files.altq Build altq module. 2014-11-17 06:04:01 +00:00
if_altq.h Lock IFQ operations when NET_MPSAFE 2014-07-01 10:16:02 +00:00