Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156609069
D30347.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
745 B
Referenced Files
None
Subscribers
None
D30347.diff
View Options
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -5107,7 +5107,8 @@
}
if (pa.scheduler == ALTQT_CBQ ||
- pa.scheduler == ALTQT_HFSC) {
+ pa.scheduler == ALTQT_HFSC ||
+ pa.scheduler == ALTQT_FAIRQ) {
/* now create a root queue */
memset(&pb, 0, sizeof(struct pf_altq));
if (strlcpy(qname, "root_", sizeof(qname)) >=
@@ -5138,7 +5139,8 @@
if (n == NULL)
err(1, "expand_altq: calloc");
if (pa.scheduler == ALTQT_CBQ ||
- pa.scheduler == ALTQT_HFSC)
+ pa.scheduler == ALTQT_HFSC ||
+ pa.scheduler == ALTQT_FAIRQ)
if (strlcpy(n->parent, qname,
sizeof(n->parent)) >=
sizeof(n->parent))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 2:24 AM (14 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33108034
Default Alt Text
D30347.diff (745 B)
Attached To
Mode
D30347: pfctl: Ensure parent queue is configured for FAIRQ
Attached
Detach File
Event Timeline
Log In to Comment