summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/netconf
Commit message (Expand)AuthorAgeFilesLines
* Migrated to junipernetworks.junosAnsible Core Team2020-03-091-226/+0
* Migrated to cisco.iosxrAnsible Core Team2020-03-091-214/+0
* Migrated to ansible.netcommonAnsible Core Team2020-03-091-68/+0
* Migrated to community.generalAnsible Core Team2020-03-092-368/+0
* Fix netconf plugin related to collections (#65718)Ganesh Nalawade2019-12-206-9/+100
* Clean up flake8 for ansible.netcommon collection (#65842)Paul Belanger2019-12-161-1/+1
* Fix iosxr netconf plugin get device info (#65489)Ganesh Nalawade2019-12-061-16/+18
* Update plugins/netconf/ce.py to fix a bug(failed to get veriosn information ...Xu Yuandong2019-11-201-8/+20
* Fix netconf post "delay persistent connections" (#63463)Nathaniel Case2019-10-174-69/+7
* module_utils-network-cloudengine: fix get_nc_next. (#62587)Xu Yuandong2019-09-231-0/+21
* fix plugins/netconf/ce.py for netconf/capability/exchange (#60569)Xu Yuandong2019-09-171-0/+3
* Fix junos netconf plugin get_configuration filter (#58271)Ganesh Nalawade2019-06-251-0/+8
* Fix netconf guess_network_os to use ssh_config if supplied. (#55199)markafarrell2019-06-214-4/+16
* Fix issue in netconf plugin dispatch for junos and iosxr (#57981)Ganesh Nalawade2019-06-181-2/+15
* Revert "Fix iosxr discard_changes netconf rpc issue (#57931)" (#57954)Paul Belanger2019-06-171-4/+3
* Fix iosxr discard_changes netconf rpc issue (#57931)Ganesh Nalawade2019-06-171-3/+4
* Fix junos integration zuul CI failures (#57309)Ganesh Nalawade2019-06-101-3/+3
* Move missing library abort to use rather than import for netconf (#55384)Nathaniel Case2019-04-235-52/+64
* Fix netconf plugin dispatch response (#54326)Ganesh Nalawade2019-03-261-1/+1
* Fix connect_timeout config varaible in netconf connection (#51055)Ganesh Nalawade2019-01-214-4/+4
* Allow persistent connection plugins to queue messages back to ansible-connect...Nathaniel Case2018-12-191-3/+0
* Fix iosxr netconf plugin response namespace (#49238)Ganesh Nalawade2018-11-291-19/+43
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-094-7/+8
* Move persistent connections to only use registered variables (#45616)Nathaniel Case2018-09-201-1/+4
* Fix netconf module and plugin issues (#45140)Ganesh Nalawade2018-09-041-3/+1
* Fix netconf_config module default_operation issue (#44958)Ganesh Nalawade2018-08-312-10/+14
* Update netconf_config module (#44379)Ganesh Nalawade2018-08-215-19/+24
* Update netconf plugins for junos and iosxr (#44157)Ganesh Nalawade2018-08-153-108/+187
* Fix netconf plugin set_option (#43589)Ganesh Nalawade2018-08-021-4/+4
* Fix junos_config confirm commit issue (#41527)Ganesh Nalawade2018-06-291-1/+35
* Netconf bytes fixes (#41607)Nathaniel Case2018-06-222-5/+4
* Add cli and netconf ability from ansible itself for cloudengine ce modules (#...Biao Liu2018-06-141-0/+217
* Add NETCONF support for SROS devices (#40330)wiso2018-05-241-0/+100
* New ansible module netconf_rpc (#40358)wiso2018-05-241-15/+22
* Add netconf_get module (#39869)Ganesh Nalawade2018-05-174-118/+95
* Raise error when trying to use older iosxr modules with netconf (#37423)Nathaniel Case2018-03-151-1/+0
* Fix junos_command py3 related issues (#36782)Ganesh Nalawade2018-03-012-2/+2
* Check if data_xml object in present in NCElement object (#35604)Ganesh Nalawade2018-02-011-14/+28
* exposes rpc method to plugin (#35507)Peter Sprygada2018-01-302-6/+13
* adds support for using connection=netconf (#33400)Peter Sprygada2018-01-242-12/+63
* refactor iosxr_system for cliconf and netconf (#34749)Kedar Kekan2018-01-171-3/+4
* fixes guess_os for netconf connections (#33671)Peter Sprygada2017-12-072-4/+4
* IOS-XR NetConf and Cliconf plugin work (#33332)Kedar Kekan2017-12-063-15/+268
* Refactor junos modules to Use netconf and cliconf plugins (#32621)Ganesh Nalawade2017-11-242-17/+76
* Add support for netconf network discovery (#25435)Ganesh Nalawade2017-06-282-2/+44
* Add support for cliconf and netconf plugin (#25093)Ganesh Nalawade2017-06-062-0/+268