mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
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",
|
"\062esp",
|
||||||
"\063ah",
|
"\063ah",
|
||||||
"\072icmpv6",
|
"\072icmpv6",
|
||||||
|
"\131ospf",
|
||||||
"\136ipip",
|
"\136ipip",
|
||||||
|
"\147pim",
|
||||||
"\377raw",
|
"\377raw",
|
||||||
"\0\0"
|
"\0\0"
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user