Tyler Christiansen

Results 34 comments of Tyler Christiansen

currently debating whether this should be part of milestone v1.1.0 or postponed to v1.2.0.

true ci support will be a bit tricky as it will require a publicly accessible device running Junos--probably a firefly instance.

I've submitted a PR to upstream Juniper/py-junos-eznc#279. This will allow the `junos_ping` module to support IPv6 without a "significant" rewrite.

I've submitted a PR to the upstream py-junos-eznc framework to allow continued use of the ARP table instead of making core changes to the module and manually handling RPC calls.

@coxley, sorry for the delayed response! Supporting check mode (and using it to write pre-deploy comparisons) is something that I've considered, but it would require a lot of work to...

The biggest problem is guaranteeing order. Example of two configs that are identical but out of order: ``` python In [1]: from ciscoconfparse import CiscoConfParse In [2]: orig_conf = CiscoConfParse('orig.conf')...

@spirrello: The save configuration feature would allow the Ansible module to copy the running config to the startup config for any supported platform. Unfortunately, I don't have the time to...

@remoteur thanks for the report. I suspect this is an issue in Netmiko. I'll do some testing this week to verify and submit a PR to fix it.

There seems to be a bug in Netmiko. This is on hold until the bug is resolved. Netmiko bug [#78](https://github.com/ktbyers/netmiko/issues/78).