aboutsummaryrefslogtreecommitdiff
path: root/lnxfiles/r2h2
diff options
context:
space:
mode:
Diffstat (limited to 'lnxfiles/r2h2')
-rw-r--r--lnxfiles/r2h2/binaries.example.json14
-rw-r--r--lnxfiles/r2h2/nodes.json6
2 files changed, 20 insertions, 0 deletions
diff --git a/lnxfiles/r2h2/binaries.example.json b/lnxfiles/r2h2/binaries.example.json
new file mode 100644
index 0000000..59223ba
--- /dev/null
+++ b/lnxfiles/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/lnxfiles/r2h2/nodes.json b/lnxfiles/r2h2/nodes.json
new file mode 100644
index 0000000..282ab86
--- /dev/null
+++ b/lnxfiles/r2h2/nodes.json
@@ -0,0 +1,6 @@
+{
+ "h1": "host",
+ "h2": "host",
+ "r1": "router",
+ "r2": "router"
+} \ No newline at end of file