ndb/cs: add lookups for ssh

front
stanley lieber 2012-04-28 13:20:37 -05:00
parent a2e26ffd4c
commit 8ff0cd425a
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ Network network[] = {
{ "icmp", iplookup, iptrans, 1 },
{ "icmpv6", iplookup, iptrans, 1 },
{ "rudp", iplookup, iptrans, 1 },
{ "ssh", iplookup, iptrans, 1 },
{ "telco", telcolookup, telcotrans, 1 },
{ 0 },
};