-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XR SHOW CONTROLLERS FABRIC FIA ERRORS INGRESS: Add new template #358
Conversation
GENERAL UPDATES: - Change whitespace to use `\s+` - Change `Record` to happen on "FIA" line
CHANGES: - Change variable data to be a list * Allows for platforms with additional capacity to still work * Changed capture groups: `TO_XBAR_UC_CRC_$variable` -> `TO_XBAR_UNICAST_LOCATION` & `TO_XBAR_UNICAST_CRC_COUNT` `TO_XBAR_MC_CRC_$variable` -> `TO_XBAR_MULTICAST_LOCATION` & `TO_XBAR_MULTICAST_CRC_COUNT` TEST FILES: - Update parsed file to use lists with new capture group names
@vaneuk My last commit to this branch makes some big changes. I think it makes sense to capture the data as lists in order to account for different architectures. Please let me know what you think of my data representation. |
@jmcgill298 please give me a moment to think about this. |
@vaneuk have you had a chance to look at this more? |
@jmcgill298 i checked the changes. i do not like Lists in this case for the following reasons:
please let me know if the points above make sense |
…re groups" This reverts commit 63d3e25.
@vaneuk I have reverted that commit |
ISSUE TYPE
COMPONENT
cisco_xr_show_controllers_fabric_fia_errors_ingress_location
SUMMARY
Add new template