aboutsummaryrefslogtreecommitdiffstats
path: root/main/quagga/quagga-0.99.16-ipctl_forwarding.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/quagga/quagga-0.99.16-ipctl_forwarding.patch')
-rw-r--r--main/quagga/quagga-0.99.16-ipctl_forwarding.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/main/quagga/quagga-0.99.16-ipctl_forwarding.patch b/main/quagga/quagga-0.99.16-ipctl_forwarding.patch
deleted file mode 100644
index 5a1e4e2296..0000000000
--- a/main/quagga/quagga-0.99.16-ipctl_forwarding.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur quagga-0.99.16.orig/zebra/ipforward_sysctl.c quagga-0.99.16/zebra/ipforward_sysctl.c
---- quagga-0.99.16.orig/zebra/ipforward_sysctl.c 2010-03-11 12:11:32.000000000 -0500
-+++ quagga-0.99.16/zebra/ipforward_sysctl.c 2010-03-11 12:11:39.000000000 -0500
-@@ -31,6 +31,15 @@
-
- #define MIB_SIZ 4
-
-+/* Fix for recent (2.6.14) kernel headers */
-+#ifndef IPCTL_FORWARDING
-+ #define IPCTL_FORWARDING NET_IPV4_FORWARD
-+#endif
-+
-+#ifndef IP6CTL_FORWARDING
-+ #define IP6CTL_FORWARDING NET_IPV6_FORWARDING
-+#endif
-+
- extern struct zebra_privs_t zserv_privs;
-
- /* IPv4 forwarding control MIB. */