about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-06-24 13:06:38 +0300
committerRich Felker <dalias@aerifal.cx>2014-06-24 17:39:31 -0400
commit5abfd55d6e4845413eced358099488273adbcb9f (patch)
tree36e88cac708a7a147cf909b7915a0a61ee15020f
parent607ce882dbe3ce717ed707000f86a1c42eb77bb9 (diff)
downloadmusl-5abfd55d6e4845413eced358099488273adbcb9f.tar.gz
musl-5abfd55d6e4845413eced358099488273adbcb9f.tar.xz
musl-5abfd55d6e4845413eced358099488273adbcb9f.zip
add routing protocols to getprotoent-family functions
iptables and quagga need them to work.
-rw-r--r--src/network/proto.c2
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"
 };