mirror of git://git.musl-libc.org/musl
add routing protocols to getprotoent-family functions
iptables and quagga need them to work.
This commit is contained in:
parent
607ce882db
commit
5abfd55d6e
|
@ -18,7 +18,9 @@ static const unsigned char protos[][8] = {
|
|||
"\062esp",
|
||||
"\063ah",
|
||||
"\072icmpv6",
|
||||
"\131ospf",
|
||||
"\136ipip",
|
||||
"\147pim",
|
||||
"\377raw",
|
||||
"\0\0"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue