diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-11-08 17:09:37 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-11-08 17:09:37 -0500 |
commit | a571eee893bc308a75e66f37f908752bb1cbb321 (patch) | |
tree | ed686335c49187fe6ca89e46947272a6f1a4b645 | |
parent | 769ca4eb7eb8a01e7eed450102f9fac66bb9edae (diff) |
make linear lnx
-rw-r--r-- | linear-r1h2/binaries.example.json | 11 | ||||
-rw-r--r-- | linear-r1h2/nodes.json | 5 | ||||
-rwxr-xr-x | vhost | bin | 3179281 -> 3181890 bytes | |||
-rwxr-xr-x | vrouter | bin | 3146420 -> 3164418 bytes |
4 files changed, 16 insertions, 0 deletions
diff --git a/linear-r1h2/binaries.example.json b/linear-r1h2/binaries.example.json new file mode 100644 index 0000000..1888a6b --- /dev/null +++ b/linear-r1h2/binaries.example.json @@ -0,0 +1,11 @@ +{ + "h1": { + "binary_path": "./vhost" + }, + "h2": { + "binary_path": "./vhost" + }, + "r1": { + "binary_path": "./vrouter" + } +}
\ No newline at end of file diff --git a/linear-r1h2/nodes.json b/linear-r1h2/nodes.json new file mode 100644 index 0000000..6accf5f --- /dev/null +++ b/linear-r1h2/nodes.json @@ -0,0 +1,5 @@ +{ + "h1": "host", + "h2": "host", + "r1": "router" +}
\ No newline at end of file Binary files differBinary files differ |