Skip to content

Commit

Permalink
Update readme example config
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlumpkin committed Sep 10, 2021
1 parent d390352 commit 035c406
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,18 @@ The above topology is represented by [sample.json](https://github.com/cooperlees
}
},
"oob": false,
"routes": {}
"routes": {
"route1": {
"dest_prefix" : "10.6.9.6/32",
"next_hop_ip" : "10.1.1.2",
"egress_if_name" : ""
},
"route2": {
"dest_prefix" : "fd00:6::/64",
"next_hop_ip" : "fd00::2",
"egress_if_name" : ""
}
}
}
},
"oob": {},
Expand Down

0 comments on commit 035c406

Please sign in to comment.