ytti

Results 131 comments of ytti

Do the A and B side have same time? It only accepts one-way samples when clocks have 'reasonable' value (within context of RTT).

I'd like to ask, what have you tried so far? What springs to my mind, is to check what is happening in code in the lines mentioned. For example, cdp.rb#21:...

https://github.com/ytti/netcrawl/blob/master/lib/netcrawl/snmp.rb#L131-L133 This would have to detect if value is v4 or v6 and return correct object. Detection could be simple as value.size

I'm traveling until 21st day, and after that will have some catching up to do. It looks like you've made solid progress, and I'm confident you'll be able to figure...

Feel free to submit pull request, looks very reasonable change. I'm not really clued-up on graphiz/dotty, so I'm sure lot can be done to make the graphs better. Did you...

Do they support SFTP? I'm happy to implement either, but OpenSSH people urge people to stop using scp and migrate to sftp. If you can't do it, I can don...

It is regularly mentioned in openssh mailing list, it's also mentioned in release notes. I can find specific urls if that is important. No worries, I'll be happy to implement...

I am still happy to support SCP, so if you provide access to device, I'll create model for it using SCP. I mean we support telnet too, which is clearly...

Please do, I'd come from 91.198.120.1. I'll probably call the module sftp anyhow and have config block to change it to scp for legacy devices. We'll see.