diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-10-23 01:48:23 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-10-23 01:48:23 -0400 |
commit | 8f5877a04b3c82f5c298b87f6a0f6356d2acffcd (patch) | |
tree | 3e1a8b3e8d505ea917a3b0c2dc9f571ef617726b /loop/binaries.example.json | |
parent | dfb6e62b2484660730e271f5568d1366bd439864 (diff) |
potentially implement reverse poision. fix port sending numbers. fix bug secing bug from router static routes.
Diffstat (limited to 'loop/binaries.example.json')
-rw-r--r-- | loop/binaries.example.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/loop/binaries.example.json b/loop/binaries.example.json new file mode 100644 index 0000000..3d0d853 --- /dev/null +++ b/loop/binaries.example.json @@ -0,0 +1,23 @@ +{ + "h1": { + "binary_path": "./vhost" + }, + "h2": { + "binary_path": "./vhost" + }, + "r1": { + "binary_path": "./vrouter" + }, + "r2": { + "binary_path": "./vrouter" + }, + "r3": { + "binary_path": "./vrouter" + }, + "r4": { + "binary_path": "./vrouter" + }, + "r5": { + "binary_path": "./vrouter" + } +}
\ No newline at end of file |