]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/isis-sr-te-topo1/rt6/step3/show_operational_data_with_single_candidate.ref
pathd: New SR-TE policy management daemon
[mirror_frr.git] / tests / topotests / isis-sr-te-topo1 / rt6 / step3 / show_operational_data_with_single_candidate.ref
1 {
2 "frr-pathd:pathd": {
3 "srte": {
4 "policy": [
5 {
6 "color": 1,
7 "endpoint": "1.1.1.1",
8 "is-operational": true,
9 "candidate-path": [
10 {
11 "preference": 100,
12 "is-best-candidate-path": true
13 }
14 ]
15 }
16 ]
17 }
18 }
19 }