ansible-junos-extras
ansible-junos-extras copied to clipboard
add `routing-instance` support
Currently, the junos_ping
module does not work for routing instances. This should be fixed so that a routing instance name can be passed in and checked.
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.