diff options
author | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-10-23 14:53:30 -0400 |
---|---|---|
committer | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-10-23 14:53:30 -0400 |
commit | 972cc0287e2e1231b7b67177e5bc89af5dead23c (patch) | |
tree | fe1012417c06775c98e81c4d88372c691f0ba1bd /lnxfiles/loop | |
parent | 0d68d5aa82a980b10b8afd00e054f6c126e50d93 (diff) |
comments and refactoring
Diffstat (limited to 'lnxfiles/loop')
-rw-r--r-- | lnxfiles/loop/binaries.example.json | 23 | ||||
-rw-r--r-- | lnxfiles/loop/nodes.json | 9 |
2 files changed, 32 insertions, 0 deletions
diff --git a/lnxfiles/loop/binaries.example.json b/lnxfiles/loop/binaries.example.json new file mode 100644 index 0000000..3d0d853 --- /dev/null +++ b/lnxfiles/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/lnxfiles/loop/nodes.json b/lnxfiles/loop/nodes.json new file mode 100644 index 0000000..2829f76 --- /dev/null +++ b/lnxfiles/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 |