ref: 8ff0cd425adc58f2539c41b6a6fe12fafa941f0c
parent: a2e26ffd4c8d65368503fb36ced68353e3cfdb52
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 },};
--
⑨