Skip to content

Commit

Permalink
Add route of Nrework part, cc #154
Browse files Browse the repository at this point in the history
  • Loading branch information
sufuf3 committed Jul 25, 2018
1 parent 75f7916 commit f0490a9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Example:
100,
200
],
"routes":[
{
"dstCIDR":"224.0.0.0/4",
"gateway":"0.0.0.0"
}
],
"bridgeName":"ovsbr0",
"nodes":[
{
Expand Down Expand Up @@ -47,6 +53,12 @@ Request Data:
100,
200
],
"routes":[
{
"dstCIDR":"224.0.0.0/4",
"gateway":"0.0.0.0"
}
],
"bridgeName":"ovsbr0",
"nodes":[
{
Expand Down Expand Up @@ -94,6 +106,12 @@ Response Data:
100,
200
],
"routes":[
{
"dstCIDR":"224.0.0.0/4",
"gateway":"0.0.0.0"
}
],
"bridgeName": "",
"nodes": [
{
Expand Down Expand Up @@ -146,6 +164,12 @@ Response Data:
100,
200
],
"routes":[
{
"dstCIDR":"224.0.0.0/4",
"gateway":"0.0.0.0"
}
],
"bridgeName": "ovsbr0",
"nodes": [
{
Expand Down

0 comments on commit f0490a9

Please sign in to comment.