Browse Source

add routing protocols to getprotoent-family functions

iptables and quagga need them to work.
master
Timo Teräs 12 years ago
committed by Rich Felker
parent
commit
5abfd55d6e
  1. 2
      src/network/proto.c

2
src/network/proto.c

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

Loading…
Cancel
Save