From 5abfd55d6e4845413eced358099488273adbcb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 24 Jun 2014 13:06:38 +0300 Subject: add routing protocols to getprotoent-family functions iptables and quagga need them to work. --- src/network/proto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/proto.c') diff --git a/src/network/proto.c b/src/network/proto.c index 1b51e156..46ecca89 100644 --- a/src/network/proto.c +++ b/src/network/proto.c @@ -18,7 +18,9 @@ static const unsigned char protos[][8] = { "\062esp", "\063ah", "\072icmpv6", + "\131ospf", "\136ipip", + "\147pim", "\377raw", "\0\0" }; -- cgit v1.2.1