8e9eed3442
iproute2-4.0 had connmark support added by nbd. This does not work with 4.x kernels. iproute2-4.3 is the latest version and has his changes mainlined. This patch updates the package to iproute2-4.3 and fixes the patches so that it compiles. This should resolve ticket #21374. Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net> SVN-Revision: 48098
10 lines
193 B
Diff
10 lines
193 B
Diff
--- a/lib/namespace.c
|
|
+++ b/lib/namespace.c
|
|
@@ -10,6 +10,7 @@
|
|
#include <fcntl.h>
|
|
#include <dirent.h>
|
|
#include <limits.h>
|
|
+#include <sys/param.h>
|
|
|
|
#include "utils.h"
|
|
#include "namespace.h"
|