diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-06-24 13:06:38 +0300 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-06-24 17:39:31 -0400 |
commit | 5abfd55d6e4845413eced358099488273adbcb9f (patch) | |
tree | 36e88cac708a7a147cf909b7915a0a61ee15020f /src/network/proto.c | |
parent | 607ce882dbe3ce717ed707000f86a1c42eb77bb9 (diff) | |
download | musl-5abfd55d6e4845413eced358099488273adbcb9f.tar.gz |
add routing protocols to getprotoent-family functions
iptables and quagga need them to work.
Diffstat (limited to 'src/network/proto.c')
-rw-r--r-- | src/network/proto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/proto.c b/src/network/proto.c index 1b51e156..46ecca89 100644 --- a/src/network/proto.c +++ b/src/network/proto.c @@ -18,7 +18,9 @@ static const unsigned char protos[][8] = { "\062esp", "\063ah", "\072icmpv6", + "\131ospf", "\136ipip", + "\147pim", "\377raw", "\0\0" }; |