add routing protocols to getprotoent-family functions

iptables and quagga need them to work.
This commit is contained in:
Timo Teräs 2014-06-24 13:06:38 +03:00 committed by Rich Felker
parent 607ce882db
commit 5abfd55d6e

View File

@ -18,7 +18,9 @@ static const unsigned char protos[][8] = {
"\062esp", "\062esp",
"\063ah", "\063ah",
"\072icmpv6", "\072icmpv6",
"\131ospf",
"\136ipip", "\136ipip",
"\147pim",
"\377raw", "\377raw",
"\0\0" "\0\0"
}; };