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
1 changed files with 2 additions and 0 deletions

View File

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