1 --- quagga-0.99.11/zebra/ipforward_sysctl.c 2009-05-04 00:00:21.000000000 +0200
2 +++ quagga-0.99.11/zebra/ipforward_sysctl.c 2009-05-04 00:28:53.000000000 +0200
7 +/* Fix for recent (2.6.14) kernel headers */
8 +#ifndef IPCTL_FORWARDING
9 +#define IPCTL_FORWARDING NET_IPV4_FORWARD
12 +#ifndef IP6CTL_FORWARDING
13 +#define IP6CTL_FORWARDING NET_IPV6_FORWARDING
16 extern struct zebra_privs_t zserv_privs;
18 /* IPv4 forwarding control MIB. */