ansible-junos-extras
ansible-junos-extras copied to clipboard
add IPv6 support
junos_ping
doesn't support IPv6. There should be AF detection and the proper RPC should be executed based on the detected AF.
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.