We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae55017 commit 85ce358Copy full SHA for 85ce358
sys/net/npf/npf_altq.c
@@ -23,6 +23,7 @@ struct npf_altqqueue npf_altqs[2];
23
24
struct pool npf_altq_pl;
25
int npf_altq_loaded = 0;
26
+bool npf_altq_running = false;
27
28
/* npf interface to start altq */
29
void
0 commit comments