Skip to content

Commit

Permalink
tests:support of color extended community color-only types
Browse files Browse the repository at this point in the history
Signed-off-by: guozhongfeng.gzf <guozhongfeng.gzf@alibaba-inc.com>
  • Loading branch information
guoguojia2021 committed Oct 24, 2024
1 parent a3a9ba1 commit 6960314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/topotests/bgp_color_extcommunities/r1/bgpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ router bgp 65001
exit-address-family
!
route-map rmap permit 10
set extcommunity color 1
set extcommunity color 01:1
set extcommunity rt 80:987
set extcommunity color 100 55555 200
set extcommunity color 01:100 01:55555 01:200
exit
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _bgp_check_route(router, exists):
{
"valid": True,
"extendedCommunity": {
"string": "RT:80:987 Color:100 Color:200 Color:55555"
"string": "RT:80:987 Color:01:100 Color:01:200 Color:01:55555"
},
}
],
Expand Down

0 comments on commit 6960314

Please sign in to comment.