Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
8877d3c76895c1ace408a4b32c18bf53b40e5fbe
/
.
/
apps
/
segmentrouting
/
src
/
test
/
resources
/
device.json
blob: 83aec6ede1573f0fabf9b24161cc2f40ab3bc29e [
file
] [
log
] [
blame
]
{
"name"
:
"Leaf-R1"
,
"ipv4NodeSid"
:
101
,
"ipv4Loopback"
:
"10.0.1.254"
,
"routerMac"
:
"00:00:00:00:01:80"
,
"isEdgeRouter"
:
true
,
"adjacencySids"
:
[
{
"adjSid"
:
100
,
"ports"
:
[
2
,
3
]
},
{
"adjSid"
:
200
,
"ports"
:
[
4
,
5
]
}
]
}