diff options
| -rw-r--r-- | tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
