diff options
Diffstat (limited to 'r2h2/binaries.example.json')
-rw-r--r-- | r2h2/binaries.example.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 |