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
The gathered prefix list will be miss any entries where the prefix-list has multiple operators. If there is only one entry / sequence in the prefix-list it will report a prefix-list with no entries, otherwise it will simply skip over the entry with multiple operators.
Example:
ip prefix-list MyList
seq 10 permit 10.0.0.0/22 ge 22 le 24
SUMMARY
The gathered prefix list will be miss any entries where the prefix-list has multiple operators. If there is only one entry / sequence in the prefix-list it will report a prefix-list with no entries, otherwise it will simply skip over the entry with multiple operators.
Example:
ISSUE TYPE
COMPONENT NAME
arista.eos.eos_prefix_lists
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 22.04.3 LTS (GNU/Linux 5.15.146.1-microsoft-standard-WSL2 x86_64)
Running against Arista switch:
STEPS TO REPRODUCE
EXPECTED RESULTS
In our example, all three sequence numbers should be reported.
ACTUAL RESULTS
The entry will miss the middle "seq 10" entry in the prefix-list above and report as follows:
The text was updated successfully, but these errors were encountered: