From 2809c966d60a562525ca11d87c208531fba96649 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 23 Oct 2023 09:58:38 -0400 Subject: fix sent to other iface bug --- r2h2/binaries.example.json | 14 ++++++++++++++ r2h2/nodes.json | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 r2h2/binaries.example.json create mode 100644 r2h2/nodes.json (limited to 'r2h2') diff --git a/r2h2/binaries.example.json b/r2h2/binaries.example.json new file mode 100644 index 0000000..59223ba --- /dev/null +++ b/r2h2/binaries.example.json @@ -0,0 +1,14 @@ +{ + "h1": { + "binary_path": "./vhost" + }, + "h2": { + "binary_path": "./vhost" + }, + "r1": { + "binary_path": "./vrouter" + }, + "r2": { + "binary_path": "./vrouter" + } +} \ No newline at end of file diff --git a/r2h2/nodes.json b/r2h2/nodes.json new file mode 100644 index 0000000..282ab86 --- /dev/null +++ b/r2h2/nodes.json @@ -0,0 +1,6 @@ +{ + "h1": "host", + "h2": "host", + "r1": "router", + "r2": "router" +} \ No newline at end of file -- cgit v1.2.3-70-g09d2