aboutsummaryrefslogtreecommitdiff
path: root/nets/linear-r1h2.json
diff options
context:
space:
mode:
authorNicholas DeMarinis <ndemarinis@wpi.edu>2023-09-30 05:34:10 -0400
committerNicholas DeMarinis <ndemarinis@wpi.edu>2023-09-30 05:34:10 -0400
commit6521c9c1e58b50edcf0b0470bc124c4b70ed0323 (patch)
treec41f78b64b4726c087e5f4b718ac0ffe26e018f0 /nets/linear-r1h2.json
parent95c3d2500bca14085acb3cf8c5256f8b20313130 (diff)
Added sample networks and x86 reference.
Diffstat (limited to 'nets/linear-r1h2.json')
-rw-r--r--nets/linear-r1h2.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/nets/linear-r1h2.json b/nets/linear-r1h2.json
new file mode 100644
index 0000000..9d14559
--- /dev/null
+++ b/nets/linear-r1h2.json
@@ -0,0 +1,34 @@
+{
+ "nodes": [
+ {
+ "name": "r1",
+ "type": "router"
+ },
+ {
+ "name": "h1",
+ "type": "host"
+ },
+ {
+ "name": "h2",
+ "type": "host"
+ }
+ ],
+ "networks": [
+ {
+ "name": "r1-left",
+ "advertise-routes-from": [],
+ "links": [
+ "h1",
+ "r1"
+ ]
+ },
+ {
+ "name": "r1-right",
+ "advertise-routes-from": [],
+ "links": [
+ "r1",
+ "h2"
+ ]
+ }
+ ]
+}