Parcourir la source

add routing protocols to getprotoent-family functions

iptables and quagga need them to work.
Timo Teräs il y a 10 ans
Parent
commit
5abfd55d6e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/network/proto.c

+ 2 - 0
src/network/proto.c

@@ -18,7 +18,9 @@ static const unsigned char protos[][8] = {
 	"\062esp",
 	"\063ah",
 	"\072icmpv6",
+	"\131ospf",
 	"\136ipip",
+	"\147pim",
 	"\377raw",
 	"\0\0"
 };