diff options
| author | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-10-18 00:14:46 -0400 |
|---|---|---|
| committer | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-10-18 00:14:46 -0400 |
| commit | 1e1f56b0dfe1b95d181ff40eeac0cc4260c937fb (patch) | |
| tree | 64033021fe0943f4862a4ff751c92fcc721d3907 /binaries.example.json | |
| parent | db0a9f0a4605d85ba4e535ba0ab590776cc4ba0a (diff) | |
add REPL functionality
Diffstat (limited to 'binaries.example.json')
| -rw-r--r-- | binaries.example.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binaries.example.json b/binaries.example.json new file mode 100644 index 0000000..b6ff6d9 --- /dev/null +++ b/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 |
