From db629976f040b754225060dff22fc7edd4a202e6 Mon Sep 17 00:00:00 2001 From: Jan Krupa Date: Fri, 8 Nov 2024 10:41:21 +0100 Subject: [PATCH] Add changelog to ShowVrfAllDetail parser changes --- ...changelog_show_vrf_all_detail_iosxr_20241108103720.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 genieparser/changelog/undistributed/changelog_show_vrf_all_detail_iosxr_20241108103720.rst diff --git a/genieparser/changelog/undistributed/changelog_show_vrf_all_detail_iosxr_20241108103720.rst b/genieparser/changelog/undistributed/changelog_show_vrf_all_detail_iosxr_20241108103720.rst new file mode 100644 index 000000000..fdfbb1c11 --- /dev/null +++ b/genieparser/changelog/undistributed/changelog_show_vrf_all_detail_iosxr_20241108103720.rst @@ -0,0 +1,8 @@ +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- +* IOSXR + * Modified ShowVrfAllDetail: + * Modified regex to capture all interface names + * Replaced the previous regex that relied on specific interface prefixes (e.g., Gi, Bun, Ten, etc.) with a more general pattern. + * Introduced `in_interfaces_section` flag for accurate section tracking \ No newline at end of file