mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 00:59:13 +00:00
tests:support of color extended community color-only types
Signed-off-by: guozhongfeng.gzf <guozhongfeng.gzf@alibaba-inc.com>
This commit is contained in:
parent
937cf4db17
commit
5a28b620d3
@ -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
|
||||
|
@ -105,7 +105,7 @@ def test_bgp_color_extended_communities():
|
||||
{
|
||||
"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"
|
||||
},
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user