Mike Pennington
Mike Pennington
Speaking only for [ciscoconfparse](https://github.com/mpenning/ciscoconfparse "ciscoconfparse"), this problem has been sufficiently addressed by the following commit: - https://github.com/mpenning/ciscoconfparse/commit/dd0bd46d31df9d56d6636ca1c38e1d6159c9fea3 See [ciscoconfparse issue #211](https://github.com/mpenning/ciscoconfparse/issues/211) for usage details. I suspect we can close this...
I'm curious... did the iterables idea die on the vine, or did the idea get implemented under another name? A simple string for "iterable" turns up nothing; searching for "allocation"...
I fixed the problem by forcing paramiko to downgrade ssh session params for this host... ```python from Exscript.util.interact import read_login from Exscript.protocols import SSH2 import paramiko ### Ask paramiko to...
@egroeper please close this ticket out when you have time... I opened the ticket while I was working for Cisco, but I left and don't have access to those credentials...
Hello @Metrax, I removed the bug label because this is not a bug. The way you're using the factory parser is not correct. ```python from ciscoconfparse import CiscoConfParse parse =...
Thank you for the reports... I'll fix these issues.
> Wasn't sure if the filter\map were there for legacy reasons. I can clean up the methodcaller import in this PR as well if you want, looks like this was...
> Can you add a sanity test to `test_pssmain.py`? I just did... I expanded one of the existing test methods... please see commit [`d380e2e`](https://github.com/mpenning/pss/commit/d380e2e04b197902ebab61a7355a27e008ad018b)
@tohojo should we just close this ticket? The Debian `non-free*` portion was only mentioned because I had to figure out how to install netperf on my system. BTW, the Debian...
@tohojo what would it take to get flent working under Windows? The ability to get good network test automation under non-WSL Windows would be super helpful... Running under WSL means...