From: Timo Teräs Date: Tue, 24 Jun 2014 10:06:38 +0000 (+0300) Subject: add routing protocols to getprotoent-family functions X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5abfd55d6e4845413eced358099488273adbcb9f;p=musl add routing protocols to getprotoent-family functions iptables and quagga need them to work. --- 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" };