diff options
| author | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-10-11 16:39:56 -0400 |
|---|---|---|
| committer | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-10-11 16:39:56 -0400 |
| commit | db0a9f0a4605d85ba4e535ba0ab590776cc4ba0a (patch) | |
| tree | 4cfc83ca904f33b7d052ce5a6784d5996e827c90 /doc-example | |
| parent | ded5a362b43715497a6f887354dd1a20bc9a621b (diff) | |
| parent | ce42396f99e1d99d7e3b3016acabd9380627a297 (diff) | |
merge
Diffstat (limited to 'doc-example')
| -rw-r--r-- | doc-example/binaries.example.json | 17 | ||||
| -rw-r--r-- | doc-example/nodes.json | 7 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc-example/binaries.example.json b/doc-example/binaries.example.json new file mode 100644 index 0000000..b6ff6d9 --- /dev/null +++ b/doc-example/binaries.example.json @@ -0,0 +1,17 @@ +{ + "h1": { + "binary_path": "./vhost" + }, + "h2": { + "binary_path": "./vhost" + }, + "h3": { + "binary_path": "./vhost" + }, + "r1": { + "binary_path": "./vrouter" + }, + "r2": { + "binary_path": "./vrouter" + } +}
\ No newline at end of file diff --git a/doc-example/nodes.json b/doc-example/nodes.json new file mode 100644 index 0000000..7b91355 --- /dev/null +++ b/doc-example/nodes.json @@ -0,0 +1,7 @@ +{ + "h1": "host", + "h2": "host", + "h3": "host", + "r1": "router", + "r2": "router" +}
\ No newline at end of file |
