community.general/lib/ansible/plugins/cliconf
Ganesh Nalawade 8eaa9cc938
Fix junos modules check_mode issue (#37311)
Fixes #37208

If check_mode is enabled instead of committing th config need to
discard all the chnages to cnadidate db
In case of cli to discard changes issue `rollback 0` command
and for netconf execute `discard-changes` rpc call
2018-03-26 07:27:30 -04:00
..
__init__.py * adds commit replace with config file for iosxr (#35564) 2018-02-01 14:15:32 +00:00
aireos.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
aruba.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
asa.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
dellos6.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
dellos9.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
dellos10.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
edgeos.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
enos.py Lenovo license update (#36840) 2018-03-06 18:02:46 +00:00
eos.py Refactor EOS code to use cliconf (#34426) 2018-01-11 13:33:33 +01:00
ios.py Fix side-effect of flags being passed to ios get_config again (#37084) 2018-03-06 13:55:36 -05:00
iosxr.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
ironware.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
junos.py Fix junos modules check_mode issue (#37311) 2018-03-26 07:27:30 -04:00
nxos.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
onyx.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00
vyos.py fix cliconf get_config method to match base signature (#36682) 2018-02-26 10:56:22 -05:00