diff options
-rw-r--r-- | linear-r1h2/binaries.example.json | 11 | ||||
-rw-r--r-- | linear-r1h2/nodes.json | 5 | ||||
-rwxr-xr-x | vhost | bin | 3179281 -> 3181890 bytes | |||
-rwxr-xr-x | vrouter | bin | 3146420 -> 3164418 bytes |
4 files changed, 16 insertions, 0 deletions
diff --git a/linear-r1h2/binaries.example.json b/linear-r1h2/binaries.example.json new file mode 100644 index 0000000..1888a6b --- /dev/null +++ b/linear-r1h2/binaries.example.json @@ -0,0 +1,11 @@ +{ + "h1": { + "binary_path": "./vhost" + }, + "h2": { + "binary_path": "./vhost" + }, + "r1": { + "binary_path": "./vrouter" + } +}
\ No newline at end of file diff --git a/linear-r1h2/nodes.json b/linear-r1h2/nodes.json new file mode 100644 index 0000000..6accf5f --- /dev/null +++ b/linear-r1h2/nodes.json @@ -0,0 +1,5 @@ +{ + "h1": "host", + "h2": "host", + "r1": "router" +}
\ No newline at end of file Binary files differBinary files differ |