mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
Merge pull request #7232 from idryzhov/more-topotests-vrf-id
tests: don't compare internal vrfId in topotests
This commit is contained in:
commit
3a1d1d6076
@ -12,7 +12,6 @@
|
|||||||
"prefix": "2001:db8:1:1::/64",
|
"prefix": "2001:db8:1:1::/64",
|
||||||
"protocol": "connected",
|
"protocol": "connected",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"vrfId": 4,
|
|
||||||
"vrfName": "r3-cust1"
|
"vrfName": "r3-cust1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -31,7 +30,6 @@
|
|||||||
"prefix": "2001:db8:1:2::/64",
|
"prefix": "2001:db8:1:2::/64",
|
||||||
"protocol": "isis",
|
"protocol": "isis",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"vrfId": 4,
|
|
||||||
"vrfName": "r3-cust1"
|
"vrfName": "r3-cust1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -48,7 +46,6 @@
|
|||||||
"prefix": "2001:db8:2:1::/64",
|
"prefix": "2001:db8:2:1::/64",
|
||||||
"protocol": "connected",
|
"protocol": "connected",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"vrfId": 4,
|
|
||||||
"vrfName": "r3-cust1"
|
"vrfName": "r3-cust1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -67,7 +64,6 @@
|
|||||||
"prefix": "2001:db8:2:2::/64",
|
"prefix": "2001:db8:2:2::/64",
|
||||||
"protocol": "isis",
|
"protocol": "isis",
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"vrfId": 4,
|
|
||||||
"vrfName": "r3-cust1"
|
"vrfName": "r3-cust1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user