From a571eee893bc308a75e66f37f908752bb1cbb321 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Wed, 8 Nov 2023 17:09:37 -0500 Subject: make linear lnx --- linear-r1h2/binaries.example.json | 11 +++++++++++ linear-r1h2/nodes.json | 5 +++++ vhost | Bin 3179281 -> 3181890 bytes vrouter | Bin 3146420 -> 3164418 bytes 4 files changed, 16 insertions(+) create mode 100644 linear-r1h2/binaries.example.json create mode 100644 linear-r1h2/nodes.json 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 diff --git a/vhost b/vhost index 2397f1e..1ddd11e 100755 Binary files a/vhost and b/vhost differ diff --git a/vrouter b/vrouter index f347322..6ebcda2 100755 Binary files a/vrouter and b/vrouter differ -- cgit v1.2.3-70-g09d2