You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
6 years ago
..
__init__.py * adds commit replace with config file for iosxr (#35564) 6 years ago
aireos.py fix cliconf get_config method to match base signature (#36682) 6 years ago
aruba.py fix cliconf get_config method to match base signature (#36682) 6 years ago
asa.py fix cliconf get_config method to match base signature (#36682) 6 years ago
dellos6.py fix cliconf get_config method to match base signature (#36682) 6 years ago
dellos9.py fix cliconf get_config method to match base signature (#36682) 6 years ago
dellos10.py fix cliconf get_config method to match base signature (#36682) 6 years ago
edgeos.py fix cliconf get_config method to match base signature (#36682) 6 years ago
enos.py Lenovo license update (#36840) 6 years ago
eos.py Refactor EOS code to use cliconf (#34426) 7 years ago
ios.py Fix side-effect of flags being passed to ios get_config again (#37084) 6 years ago
iosxr.py fix cliconf get_config method to match base signature (#36682) 6 years ago
ironware.py fix cliconf get_config method to match base signature (#36682) 6 years ago
junos.py Fix junos modules check_mode issue (#37311) 6 years ago
nxos.py fix cliconf get_config method to match base signature (#36682) 6 years ago
onyx.py fix cliconf get_config method to match base signature (#36682) 6 years ago
vyos.py fix cliconf get_config method to match base signature (#36682) 6 years ago