Explorar el Código

add routing protocols to getprotoent-family functions

iptables and quagga need them to work.
Timo Teräs hace 10 años
padre
commit
5abfd55d6e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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"
 };