mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
tests: Use label 0x800000 instead of 0x000000 for BMP tests
Related-to:94e2aadf71
("bgpd: Set the label for MP_UNREACH_NLRI 0x800000 instead of 0x000000") Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org> (cherry picked from commite69459c714
)
This commit is contained in:
parent
b670864aed
commit
9a0f5a0809
|
@ -6,7 +6,7 @@
|
|||
"bmp_log_type": "withdraw",
|
||||
"ip_prefix": "172.31.0.15/32",
|
||||
"is_filtered": false,
|
||||
"label": 0,
|
||||
"label": 524288,
|
||||
"peer_asn": 65501,
|
||||
"peer_bgp_id": "192.168.0.1",
|
||||
"peer_distinguisher": "0:0",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"bmp_log_type": "withdraw",
|
||||
"ip_prefix": "2001::1111/128",
|
||||
"is_filtered": false,
|
||||
"label": 0,
|
||||
"label": 524288,
|
||||
"peer_asn": 65501,
|
||||
"peer_bgp_id": "192.168.0.1",
|
||||
"peer_distinguisher": "0:0",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"bmp_log_type": "withdraw",
|
||||
"ip_prefix": "2001::1111/128",
|
||||
"ipv6": true,
|
||||
"label": 0,
|
||||
"label": 524288,
|
||||
"peer_asn": 65502,
|
||||
"peer_bgp_id": "192.168.0.2",
|
||||
"peer_distinguisher": "0:0",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"bmp_log_type": "withdraw",
|
||||
"ip_prefix": "172.31.0.15/32",
|
||||
"ipv6": false,
|
||||
"label": 0,
|
||||
"label": 524288,
|
||||
"peer_asn": 65502,
|
||||
"peer_bgp_id": "192.168.0.2",
|
||||
"peer_distinguisher": "0:0",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"bmp_log_type": "withdraw",
|
||||
"ip_prefix": "2001::1111/128",
|
||||
"ipv6": true,
|
||||
"label": 0,
|
||||
"label": 524288,
|
||||
"peer_asn": 65502,
|
||||
"peer_bgp_id": "192.168.0.2",
|
||||
"peer_distinguisher": "0:0",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"bmp_log_type": "withdraw",
|
||||
"ip_prefix": "172.31.0.15/32",
|
||||
"ipv6": false,
|
||||
"label": 0,
|
||||
"label": 524288,
|
||||
"peer_asn": 65502,
|
||||
"peer_bgp_id": "192.168.0.2",
|
||||
"peer_distinguisher": "0:0",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"bmp_log_type": "withdraw",
|
||||
"ip_prefix": "172.31.0.15/32",
|
||||
"is_filtered": false,
|
||||
"label": 0,
|
||||
"label": 524288,
|
||||
"peer_asn": 65501,
|
||||
"peer_bgp_id": "192.168.0.1",
|
||||
"peer_distinguisher": "0:0",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"bmp_log_type": "withdraw",
|
||||
"ip_prefix": "2001::1111/128",
|
||||
"is_filtered": false,
|
||||
"label": 0,
|
||||
"label": 524288,
|
||||
"peer_asn": 65501,
|
||||
"peer_bgp_id": "192.168.0.1",
|
||||
"peer_distinguisher": "0:0",
|
||||
|
|
Loading…
Reference in a new issue