ref: 91dcdfb43f97369d0a7f521c667b47c7052e759a
parent: 8af2faec19a2e0b4c80032ff03a86e829f45ca81
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Apr 28 09:20:37 EDT 2012
ndb/cs: add lookups for ssh
--- a/sys/src/cmd/ndb/cs.c
+++ b/sys/src/cmd/ndb/cs.c
@@ -164,6 +164,7 @@
{ "icmp", iplookup, iptrans, 1 }, { "icmpv6", iplookup, iptrans, 1 }, { "rudp", iplookup, iptrans, 1 },+ { "ssh", iplookup, iptrans, 1 }, { "telco", telcolookup, telcotrans, 1 }, { 0 },};
--
⑨