From: Y Bharath Date: Fri, 7 Mar 2025 04:27:30 +0000 (+0530) Subject: tests: Corrected typo at path_attributes.py X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0a7c43e706de05bbcae62b40135f28752010a725;p=mirror%2Ffrr.git tests: Corrected typo at path_attributes.py Corrected typo at path_attributes.py Signed-off-by: y-bharath14 --- diff --git a/tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py b/tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py index ca49c405d1..9f5f29184b 100644 --- a/tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py +++ b/tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py @@ -31,7 +31,7 @@ PATH_ATTR_TYPE_MP_UNREACH_NLRI = 15 PATH_ATTR_TYPE_EXTENDED_COMMUNITIES = 16 PATH_ATTR_TYPE_AS4_PATH = 17 PATH_ATTR_TYPE_AS4_AGGREGATOR = 18 -PATH_ATTR_TYEP_PMSI_TUNNEL_ATTRIBUTE = 22 +PATH_ATTR_TYPE_PMSI_TUNNEL_ATTRIBUTE = 22 ORIGIN_IGP = 0x00 ORIGIN_EGP = 0x01