diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2025-03-22 19:53:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-22 19:53:53 -0400 |
| commit | efa761d132f454e2dc20f7a16215e066c19b0aab (patch) | |
| tree | ad6c83a823c2cddb4c0cfe605a4f68ec8a17937a /tests | |
| parent | d75147e318552f391aca65371a53c4bca97ddcfd (diff) | |
| parent | 0a7c43e706de05bbcae62b40135f28752010a725 (diff) | |
Merge pull request #18339 from y-bharath14/srib-tests-v3
tests: Corrected typo at path_attributes.py
Diffstat (limited to 'tests')
| -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 |
