From 8f5877a04b3c82f5c298b87f6a0f6356d2acffcd Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 23 Oct 2023 01:48:23 -0400 Subject: potentially implement reverse poision. fix port sending numbers. fix bug secing bug from router static routes. --- loop/binaries.example.json | 23 +++++++++++++++++++++++ loop/nodes.json | 9 +++++++++ 2 files changed, 32 insertions(+) create mode 100644 loop/binaries.example.json create mode 100644 loop/nodes.json (limited to 'loop') 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 diff --git a/loop/nodes.json b/loop/nodes.json new file mode 100644 index 0000000..2829f76 --- /dev/null +++ b/loop/nodes.json @@ -0,0 +1,9 @@ +{ + "h1": "host", + "h2": "host", + "r1": "router", + "r2": "router", + "r3": "router", + "r4": "router", + "r5": "router" +} \ No newline at end of file -- cgit v1.2.3-70-g09d2