- ALTQ is not in GENERIC and thus browsing through pftop modes the queue view gives an error. - While there, modernise the ATLQ disable patch, it is not a unified diff. - Add LICENSE PR: 215313 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: araujo (maintainer)
11 lines
236 B
C
11 lines
236 B
C
--- config.h.orig 2016-11-02 12:16:30 UTC
|
|
+++ config.h
|
|
@@ -42,7 +42,7 @@
|
|
#if OS_LEVEL > 32
|
|
#define HAVE_ADDR_MASK
|
|
#define HAVE_ADDR_TYPE
|
|
-#define HAVE_ALTQ
|
|
+/* #define HAVE_ALTQ */
|
|
#define HAVE_RULE_TOS
|
|
#define HAVE_OP_RRG
|
|
#endif
|