ndb/cs: add lookups for ssh
parent
a2e26ffd4c
commit
8ff0cd425a
|
@ -164,6 +164,7 @@ Network network[] = {
|
||||||
{ "icmp", iplookup, iptrans, 1 },
|
{ "icmp", iplookup, iptrans, 1 },
|
||||||
{ "icmpv6", iplookup, iptrans, 1 },
|
{ "icmpv6", iplookup, iptrans, 1 },
|
||||||
{ "rudp", iplookup, iptrans, 1 },
|
{ "rudp", iplookup, iptrans, 1 },
|
||||||
|
{ "ssh", iplookup, iptrans, 1 },
|
||||||
{ "telco", telcolookup, telcotrans, 1 },
|
{ "telco", telcolookup, telcotrans, 1 },
|
||||||
{ 0 },
|
{ 0 },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue