diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-04-28 13:20:37 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-04-28 13:20:37 -0500 |
commit | 8ff0cd425adc58f2539c41b6a6fe12fafa941f0c (patch) | |
tree | 6cd019e9a99a5ce6a91d357b909516324a39b783 /sys | |
parent | a2e26ffd4c8d65368503fb36ced68353e3cfdb52 (diff) |
ndb/cs: add lookups for ssh
Diffstat (limited to 'sys')
-rw-r--r-- | sys/src/cmd/ndb/cs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/ndb/cs.c b/sys/src/cmd/ndb/cs.c index 308007247..fd6f0c51f 100644 --- a/sys/src/cmd/ndb/cs.c +++ b/sys/src/cmd/ndb/cs.c @@ -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 }, }; |