summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorAndrás Kis-Szabó <kisza@sch.bme.hu>2001-02-26 17:31:20 +0000
committerHarald Welte <laforge@gnumonks.org>2001-02-26 17:31:20 +0000
commit764316a133db8e5e2d1f2a9d941ffae993d7c9d9 (patch)
tree828149f26538839f8338504058c76608235c3465 /iptables.c
parent45493a864a4cb779c499b9743c9932233ce5fc86 (diff)
ip6tables-save/-restore by Kis-Szabo Andras
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/iptables.c b/iptables.c
index 86f1aa1c..c11186c2 100644
--- a/iptables.c
+++ b/iptables.c
@@ -207,12 +207,15 @@ struct pprot {
};
/* Primitive headers... */
+/* defined in netinet/in.h */
+#if 0
#ifndef IPPROTO_ESP
#define IPPROTO_ESP 50
#endif
#ifndef IPPROTO_AH
#define IPPROTO_AH 51
#endif
+#endif
static const struct pprot chain_protos[] = {
{ "tcp", IPPROTO_TCP },