mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
add ipsec and tunneling protocols to getprotoent-family functions
iptables and ipsec-tools among others require these to function properly.
This commit is contained in:
parent
bb9af59bba
commit
1871f583f4
1 changed files with 4 additions and 0 deletions
|
@ -14,7 +14,11 @@ static const unsigned char protos[][8] = {
|
|||
"\021udp",
|
||||
"\026idp",
|
||||
"\051ipv6",
|
||||
"\057gre",
|
||||
"\062esp",
|
||||
"\063ah",
|
||||
"\072icmpv6",
|
||||
"\136ipip",
|
||||
"\377raw",
|
||||
"\0\0"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue