Code Review
/
policy
/
apex-pdp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bf5e62796e4a2c5a2d8f39ff26e60e859ff1140b
[policy/apex-pdp.git]
/
1
{
2
"type" : "record",
3
"name" : "TopologyNodes",
4
"fields" : [
5
{"name" : "name", "type" : "string", "doc": "The name of the node"},
6
{"name" : "mnname", "type" : "string", "doc": "The name of the node in Mininet"}
7
]
8
}