Bug 238111

Summary: document ipfw.8 sched type prio
Product: Documentation Reporter: reed
Component: Manual PagesAssignee: freebsd-ipfw (Nobody) <ipfw>
Status: New ---    
Severity: Affects Some People CC: doc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description reed 2019-05-25 00:09:47 UTC
Please document ipfw sched type prio

I see code for it here:
sys/netpfil/ipfw/dn_sched_prio.c

But I don't see "type prio" in the sbin/ipfw/ipfw.8

.It Cm type Ar {fifo | wf2q+ | rr | qfq | fq_codel | fq_pie}
specifies the scheduling algorithm to use.
...

By the way, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230048 mentions "prio"
Also see https://github.com/freebsd/freebsd/commit/12af918bba54fd72e844013453636b4ad382147c

Thanks!