]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Corrected typo at path_attributes.py 18339/head
authorY Bharath <y.bharath@samsung.com>
Fri, 7 Mar 2025 04:27:30 +0000 (09:57 +0530)
committerY Bharath <y.bharath@samsung.com>
Fri, 7 Mar 2025 04:27:30 +0000 (09:57 +0530)
Corrected typo at path_attributes.py

Signed-off-by: y-bharath14 <y.bharath@samsung.com>
tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py

index ca49c405d1474b8e062e306e810368b4f5e3ff54..9f5f29184b9286cda75a7b52b24774fa45418959 100644 (file)
@@ -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