From 764316a133db8e5e2d1f2a9d941ffae993d7c9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kis-Szab=C3=B3?= 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 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 }, -- cgit v1.2.3