summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorlaforge <laforge>2001-02-26 17:31:20 +0000
committerlaforge <laforge>2001-02-26 17:31:20 +0000
commit9a429943c16c491ba867ef7db1d64078dea645e9 (patch)
tree828149f26538839f8338504058c76608235c3465 /iptables.c
parentaa6cc13605cc317e1f5d5ff113e893f1676dc103 (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 86f1aa1..c11186c 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 },