From 9a429943c16c491ba867ef7db1d64078dea645e9 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 26 Feb 2001 17:31:20 +0000 Subject: ip6tables-save/-restore by Kis-Szabo Andras --- iptables.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iptables.c') 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 }, -- cgit v1.2.3