600d6278f9
* Added fix for bug # 54400 * Adding files for RM static_routes * Added Integration tests * Revert "Added fix for bug # 54400" This reverts commitbf42db4269
. * Revert "Adding files for RM static_routes" This reverts commitdafdd92d43
. * Revert "Added Integration tests" This reverts commit129dc87682
. * Adding files for RM static_routes * Added Integration tests * Corrected lint errors * Added fix for bug # 54400 * Revert "Added fix for bug # 54400" This reverts commitbf42db4269
. * Revert "Adding files for RM static_routes" This reverts commitdafdd92d43
. * Revert "Added Integration tests" This reverts commit129dc87682
. * acl_interfaces * acl_interfaces in progress * Adding unit testcases * Addresses Paul's review comments * worked on shippable errors * indentation errors * Modified unit tests * indent issues * indent issues * eos specfic changes * making the integration tcs skip the zuul run * addressed review comments * added required:True documentaiton
83 lines
1.9 KiB
YAML
83 lines
1.9 KiB
YAML
Interfaces:
|
|
int1:
|
|
GigabitEthernet0/0
|
|
int2:
|
|
GigabitEthernet0/1
|
|
|
|
deleted1:
|
|
commands:
|
|
- interface GigabitEthernet0/0
|
|
- no ip access-group aclv401 in
|
|
- no ip access-group aclv402 out
|
|
- no ipv6 traffic-filter aclv601 out
|
|
|
|
merged:
|
|
commands:
|
|
- interface GigabitEthernet0/0
|
|
- ip access-group aclv401 in
|
|
- ip access-group aclv402 out
|
|
- ipv6 traffic-filter aclv601 out
|
|
- interface GigabitEthernet0/1
|
|
- ipv6 traffic-filter aclv601 in
|
|
|
|
replaced:
|
|
commands:
|
|
- interface GigabitEthernet0/1
|
|
- no ipv6 traffic-filter aclv601 in
|
|
- ip access-group aclv401 in
|
|
|
|
overridden:
|
|
commands:
|
|
- interface GigabitEthernet0/0
|
|
- no ip access-group aclv401 in
|
|
- no ip access-group aclv402 out
|
|
- no ipv6 traffic-filter aclv601 out
|
|
- interface GigabitEthernet0/1
|
|
- no ipv6 traffic-filter aclv601 in
|
|
- ip access-group aclv401 in
|
|
|
|
# Interface names will changed based on the platform used. Following configs are wrt ios.
|
|
gathered:
|
|
config:
|
|
- name: Loopback888
|
|
- access_groups:
|
|
- acls:
|
|
- direction: in
|
|
name: aclv401
|
|
- direction: out
|
|
name: aclv402
|
|
afi: ipv4
|
|
- acls:
|
|
- direction: out
|
|
name: aclv601
|
|
afi: ipv6
|
|
name: GigabitEthernet0/0
|
|
- access_groups:
|
|
- acls:
|
|
- direction: in
|
|
name: aclv601
|
|
afi: ipv6
|
|
name: GigabitEthernet0/1
|
|
- name: GigabitEthernet0/2
|
|
- name: GigabitEthernet0/3
|
|
|
|
parsed:
|
|
config:
|
|
- access_groups:
|
|
- acls:
|
|
- direction: in
|
|
name: aclv401
|
|
- direction: out
|
|
name: aclv402
|
|
afi: ipv4
|
|
- acls:
|
|
- direction: out
|
|
name: aclv601
|
|
afi: ipv6
|
|
name: GigabitEthernet0/0
|
|
- access_groups:
|
|
- acls:
|
|
- direction: in
|
|
name: aclv601
|
|
afi: ipv6
|
|
name: GigabitEthernet0/1
|