summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-09-14 21:17:12 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-09-14 21:17:12 +0000
commit3f6509ec5f69b1483f96dbfd2a36153329334350 (patch)
treefe7f77e876df00a7155b8d0c67e912f489144467 /userspace
parent93e8f3118708421cdf9a616815405720f471b1ae (diff)
KERNEL_2_4
Diffstat (limited to 'userspace')
-rw-r--r--userspace/arptables/libarptc/libarptc_incl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/userspace/arptables/libarptc/libarptc_incl.c b/userspace/arptables/libarptc/libarptc_incl.c
index 9df02e7..ae670da 100644
--- a/userspace/arptables/libarptc/libarptc_incl.c
+++ b/userspace/arptables/libarptc/libarptc_incl.c
@@ -1,4 +1,4 @@
-/* Library which manipulates firewall rules. Version $Revision: 1.2 $ */
+/* Library which manipulates firewall rules. Version $Revision: 1.3 $ */
/* Architecture of firewall rules is as follows:
*
@@ -26,7 +26,9 @@ static const char *hooknames[] =
{
[NF_ARP_IN] "INPUT",
[NF_ARP_OUT] "OUTPUT",
+#ifndef KERNEL_2_4
[NF_ARP_FORWARD] "FORWARD",
+#endif
};
struct counter_map