You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create policy with cisco mixed
header {
comment:: "capirca test"
target:: cisco capirca-test mixed
}
2. Run ./aclgen.py
3. Review filter output
What is the expected output? What do you see instead?
Expected:
no ip access-list extended capirca-test
ip access-list extended capirca-test
<SNIP>
no ipv6 access-list capirca-test-v6
ipv6 access-list capirca-test-v6
<SNIP>
Generated:
no ip access-list extended capirca-test
ip access-list extended capirca-test
<SNIP>
no ipv6 access-list capirca-test
ipv6 access-list capirca-test
<SNIP>
What version of the product are you using? On what operating system?
capirca-r245 on Xubuntu 14.04
Please provide any additional information below.
IOS 12.2(55)SE6 error:
Access-list type conflicts with prior definition
% A named extended IP access list with this name already exists
Changing the string on 711 and 712 of lib/cisco.py to %s-v6, making sure the
name it generates for the IPv6 access-list differs from the extended
access-list name.
Original issue reported on code.google.com by [email protected] on 2 Apr 2015 at 9:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Apr 2015 at 9:15The text was updated successfully, but these errors were encountered: