mirror of https://github.com/ansible/ansible.git
fix for nxos_acl_interface idempotency (#26156)
* fix for nxos_acl_interface idempotency * shippable error fix * fix issues with python3.xpull/26448/head
parent
7cee903118
commit
5229370364
@ -1,34 +0,0 @@
|
||||
IP access list __urpf_v4_acl__
|
||||
Total ACEs Configured: 1
|
||||
Configured on interfaces:
|
||||
Active on interfaces:
|
||||
IP access list copp-system-p-acl-bgp
|
||||
Total ACEs Configured: 2
|
||||
Configured on interfaces:
|
||||
ethernet1/41 - egress (Router ACL)
|
||||
Active on interfaces:
|
||||
ethernet1/41 - egress (Router ACL)
|
||||
IP access list copp-system-p-acl-cts
|
||||
Total ACEs Configured: 2
|
||||
Configured on interfaces:
|
||||
Active on interfaces:
|
||||
IP access list copp-system-p-acl-dhcp
|
||||
Total ACEs Configured: 2
|
||||
Configured on interfaces:
|
||||
Active on interfaces:
|
||||
IP access list copp-system-p-acl-dhcp-relay-response
|
||||
Total ACEs Configured: 2
|
||||
Configured on interfaces:
|
||||
Active on interfaces:
|
||||
IP access list copp-system-p-acl-eigrp
|
||||
Total ACEs Configured: 1
|
||||
Configured on interfaces:
|
||||
Active on interfaces:
|
||||
IP access list copp-system-p-acl-ftp
|
||||
Total ACEs Configured: 4
|
||||
Configured on interfaces:
|
||||
Active on interfaces:
|
||||
IP access list copp-system-p-acl-glbp
|
||||
Total ACEs Configured: 1
|
||||
Configured on interfaces:
|
||||
Active on interfaces:
|
@ -0,0 +1,4 @@
|
||||
ip access-list ANSIBLE_OUT
|
||||
10 permit tcp 1.1.1.1/24 any
|
||||
interface Ethernet1/41
|
||||
ip access-group copp-system-p-acl-bgp out
|
Loading…
Reference in New Issue