From 1871f583f419f58bbcd921cda41c991994672c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Mon, 2 Jun 2014 08:16:08 +0300 Subject: add ipsec and tunneling protocols to getprotoent-family functions iptables and ipsec-tools among others require these to function properly. --- src/network/proto.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/network/proto.c') diff --git a/src/network/proto.c b/src/network/proto.c index 3d0f584f..1b51e156 100644 --- a/src/network/proto.c +++ b/src/network/proto.c @@ -14,7 +14,11 @@ static const unsigned char protos[][8] = { "\021udp", "\026idp", "\051ipv6", + "\057gre", + "\062esp", + "\063ah", "\072icmpv6", + "\136ipip", "\377raw", "\0\0" }; -- cgit v1.2.1