aboutsummaryrefslogtreecommitdiff
path: root/r3h2
diff options
context:
space:
mode:
Diffstat (limited to 'r3h2')
-rw-r--r--r3h2/binaries.example.json17
-rw-r--r--r3h2/nodes.json7
2 files changed, 24 insertions, 0 deletions
diff --git a/r3h2/binaries.example.json b/r3h2/binaries.example.json
new file mode 100644
index 0000000..9079242
--- /dev/null
+++ b/r3h2/binaries.example.json
@@ -0,0 +1,17 @@
+{
+ "h1": {
+ "binary_path": "./vhost"
+ },
+ "h2": {
+ "binary_path": "./vhost"
+ },
+ "r1": {
+ "binary_path": "./vrouter"
+ },
+ "r2": {
+ "binary_path": "./vrouter"
+ },
+ "r3": {
+ "binary_path": "./vrouter"
+ }
+} \ No newline at end of file
diff --git a/r3h2/nodes.json b/r3h2/nodes.json
new file mode 100644
index 0000000..27ea8c5
--- /dev/null
+++ b/r3h2/nodes.json
@@ -0,0 +1,7 @@
+{
+ "h1": "host",
+ "h2": "host",
+ "r1": "router",
+ "r2": "router",
+ "r3": "router"
+} \ No newline at end of file