Files
community.general/lib/ansible/module_utils
Daniel bbb9f3164c Nxos vxlan vtep vni netcfg fix (#23620)
* Code cleanup
Removed 'add' method from CustomNetworkConfig.  It is identical
to the one inherited from NetworkConfig

* Removed unused CustomNetworkConfig import

* Replaced
```
def get_existing(module, args):
    existing = {}
    netcfg = get_config(module)
    config = netcfg.get_section(parents)
```
with
```
netcfg = CustomNetworkConfig(indent=2, contents=get_config(module))
```
get_config returns a string, not an object in 2.3.

* Removed non-functioning get_object method in CustomNetworkConfig in favor of the
inherited method.

Added child_objs property so that expand_selection would work.  The original
verion never worked correctly as it compared NetworkConfig obj's and str's.

* Removed ShellError method in favor or new load_config method.

* Removed ShellError method in favor or new load_config method.
fixes #20260

* nxos requires a "no" statement to change mcase group.  Corrected.
Corrected changed logic.

* Corrected deleted CustomNetworkConfig import
2017-04-17 12:40:13 -04:00
..
2017-04-06 16:58:16 -07:00
2015-04-28 09:36:42 -04:00
2017-04-07 19:22:17 -04:00
2017-04-07 19:22:17 -04:00
2017-04-07 19:22:17 -04:00
2017-03-22 20:50:28 -05:00
2017-04-07 19:22:17 -04:00
2017-03-29 08:47:05 -07:00
2017-04-07 19:22:17 -04:00
2017-04-07 19:22:17 -04:00
2016-02-08 19:10:04 +01:00
2017-01-06 17:07:42 -05:00
2017-04-07 19:22:17 -04:00
2016-11-02 17:00:27 -07:00
2017-03-22 20:50:28 -05:00
2017-04-07 19:22:17 -04:00
2016-09-12 13:35:57 -04:00
2017-02-15 10:30:45 +00:00
2017-02-16 11:29:43 -08:00
2017-04-07 19:22:17 -04:00
2017-04-07 09:54:37 -07:00
2016-12-04 10:46:41 +00:00
2017-04-07 19:22:17 -04:00