diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-10-09 06:00:08 +0000 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-10-09 06:00:08 +0000 |
| commit | 077d576becae10b35b84782d4070fbf2f5c0b7c8 (patch) | |
| tree | 26a7f4c4f0219cf87ea70a004550bf2736a29321 /doc-example/binaries.example.json | |
| parent | 4966c054b3f462f6eaf24591c4ab1a945e72bb6f (diff) | |
good progress, fixing almost all of the red. in the process of ensuring the data structures are initialized correctly.
Diffstat (limited to 'doc-example/binaries.example.json')
| -rw-r--r-- | doc-example/binaries.example.json | 17 |
1 files changed, 17 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 |
