summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/netconf.py
Commit message (Collapse)AuthorAgeFilesLines
* junos_config: Remove reliance on ability to output configuration in `set` ↵Nathaniel Case2017-04-041-3/+21
| | | | | | | format (#23225) * Remove reliance on ability to output configuration in `set` format * Support multiple warnings per rpc-reply
* Junos fixes (#22423)Peter Sprygada2017-03-111-13/+13
| | | | | | | | | | | | | | | * Fixes for junos_config errors * Check transport settings for core Junos * Don't pop from the same list you iterate over * use of persistent connections are now explicitly enabled in junos * modules must now explicitly enable persistent connections * adds rpc support to junos_command fixes #22166
* updates netconf to use persistent socket (#21307)Peter Sprygada2017-02-121-2/+4
|
* adds netconf shared module (#20743)Peter Sprygada2017-02-041-0/+81
New netconf shared lib added to module_utils for sending netconf messages to remote devices over netconf connection plugin