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
Kei Nohguchi 14e13f68a5 ops_template.py: Change integer key into stirng
This fix passing the update variable to the str()
so that it avoids the exception when ops.dc.read()
returns a dictionary which contains non-string keys.

This is due to the fact that some of the key types in
OpenSwitch schema are actually defined as integer
and ops.dc declerative config module encode those
in integer inside the dictionary.  This could be
the right encoding from the schema point of view
but someone needs to convert it to the string
somewhere, as JSON key should be string.
9 years ago
..
basics made note about slurp memory consumption 9 years ago
cumulus Docs fixes 9 years ago
eos network/*/*_config.py: Correct typo. 9 years ago
ios network/*/*_config.py: Correct typo. 9 years ago
iosxr network/*/*_config.py: Correct typo. 9 years ago
junos Add a test on jnpr.junos.utils.sw presence (#3666) 9 years ago
nxos network/*/*_config.py: Correct typo. 9 years ago
openswitch ops_template.py: Change integer key into stirng 9 years ago
__init__.py package files 10 years ago