7307339a7e
* Added nxos_acls module * Adding tests * Added integration tests * Integration tests update * Updated documentation * Replaced state changes * Added warning detection * Added port-protocol mapping * Added change * Merge update changes * Completed integration tests, rtt * Added unit tests * Linting Added metaclass info * Changed port protocol to str * Fixed shippable errors, added examples * Fixed type error, updated examples
9 lines
213 B
YAML
9 lines
213 B
YAML
---
|
|
- name: Remove config
|
|
cli_config:
|
|
config: |
|
|
no ip access-list ACL1v4
|
|
no ip access-list ACL2v4
|
|
no ipv6 access-list ACL1v6
|
|
no ipv6 access-list ACL2v6
|
|
no ip access-list NewACL
|