Skip to content

Commit

Permalink
Added network-topology-example.json (draft)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 19, 2014
1 parent 37d49fc commit f41a156
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions network-topology-example.json
@@ -0,0 +1,19 @@
{
"type": "<routing_protocol_name>",
"route" : [
{
"destination": "<ip/prefix>",
"source": "<ip/prefix>",
"next" : "<ip>",
"device": "<dev>",
"cost": "<value>",
},
{
"destination": "<ip/prefix>",
"source": "<ip/prefix>",
"next" : "<ip>",
"device": "<dev>",
"cost": "<value>",
}
]
}

0 comments on commit f41a156

Please sign in to comment.