summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_altq.c
AgeCommit message (Expand)Author
2003-04-03use a simple linear queue ID assignment algorithm for PRIQ like we do forHenning Brauer
2003-04-03explicitly include <sys/limits.h> for INT_MAX.Kenjiro Cho
2003-03-28assign qid early for priq tooHenning Brauer
2003-03-11do the queue ID assignment for cbq already in userland. ensure that queuesHenning Brauer
2003-03-10check for multiple same named queues on one interface.Henning Brauer
2003-03-10rework error handling in eval_pfqueue().Henning Brauer
2003-03-08when complaining about a queue's abndwidth beeing to small (below theHenning Brauer
2003-03-06fix queue assignment on filter rules which are not bound to an interface.Henning Brauer
2003-03-03rate2str() overhaul:Henning Brauer
2003-03-02when printing queues at load time that have bandwidth specified in percent,Henning Brauer
2003-03-02remove the control keyword for cbq queues.Henning Brauer
2003-03-02add a guarantee that two same named queues on different interfaces have theHenning Brauer
2003-02-25extend copyright to 2003Henning Brauer
2003-01-24make rate2str include the unit in the ouput even if it is 0b. was irrelevantHenning Brauer
2003-01-24export rate2strHenning Brauer
2003-01-20unused var; found by dhartmei@ and camield@Henning Brauer
2003-01-20no named parameters in prototypesCamiel Dobbelaar
2003-01-09strlcpy return checks.Daniel Hartmeier
2003-01-09first attack at pfctl queue statistics, to be displayed with pfctl -vsqHenning Brauer
2003-01-05err()/errx() do not return, errx() -> err() after calloc(), it sets errno.Daniel Hartmeier
2003-01-04I do not know where this policy of "one .h file for every .c file" comesTheo de Raadt
2003-01-03KNFTheo de Raadt
2002-12-24print_cbq_opts should print "control" if CBQCLF_CTLCLASS is set.Ryan Thomas McBride
2002-12-23remove dead codeHenning Brauer
2002-12-17add support for the PRIQ schedulerHenning Brauer
2002-12-17PRIQ and HFSC support functions, not yet used.Henning Brauer
2002-12-17class -> queueHenning Brauer
2002-12-17duh. two checks in rate2str which decide wether to print Mb or Kb had 1024Henning Brauer
2002-12-16KNFHenning Brauer
2002-12-08allow flexible options order like Theo did for rules.Henning Brauer
2002-12-07get the interface's MTU instead of assuming 1500Henning Brauer
2002-12-06styleHenning Brauer
2002-12-03be nice and shutdown the socket after beeing done; pointed out by kenjiroHenning Brauer
2002-12-02allow for "altq on $interface" without specifying a bandwidth. TheHenning Brauer
2002-11-29in pfctl_find_altq_node also compare the interface.Henning Brauer
2002-11-28qlimit before tbrsizeHenning Brauer
2002-11-28print qlimit on altq if not equal to the default valueHenning Brauer
2002-11-27-use a #define for default qlimit instead of hardcoding itHenning Brauer
2002-11-27next round in print fixes:Henning Brauer
2002-11-27in print_altq() correctly print scheduler type and optionsHenning Brauer
2002-11-251Kb = 1000b, not 1024; as discussed with kjc@ and theoHenning Brauer
2002-11-22kill dead codeHenning Brauer
2002-11-19pfctl -sq prettierHenning Brauer
2002-11-19altq ifspec is always level 0Henning Brauer
2002-11-19altq interface spec should be printed as altq interface spec, not queueHenning Brauer
2002-11-18support Gb in print; henning okTheo de Raadt
2002-11-18KNFTheo de Raadt
2002-11-18KNFTheo de Raadt
2002-11-18altq and pf mergedHenning Brauer