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/network/eos
Nathaniel Case bdab56efa8 eos_facts cleanup (#5057)
* dict.iteritems does not exist in Python 3

Now just dict.items
six.iteritems handles the change

* Addresses point 1

Unsure if this is a good idea or not.

* Addresses point 2

This shouldn't have any particular change, just marks load_comments as abstract

* Remove unused import

Addresses point 3

* Clarify invalid subset error message

Addresses point 4
9 years ago
..
__init__.py initial add of eos_config module 10 years ago
eos_command.py bug fix that now catches FailedConditionalError when specifying conditionals 9 years ago
eos_config.py Merge pull request #4798 from gundalow/docs_backup 9 years ago
eos_eapi.py fixes default value in docstring for http (#4985) 9 years ago
eos_facts.py eos_facts cleanup (#5057) 9 years ago
eos_template.py fixes error when calling load_config() with session keyword 9 years ago