From 6521c9c1e58b50edcf0b0470bc124c4b70ed0323 Mon Sep 17 00:00:00 2001 From: Nicholas DeMarinis Date: Sat, 30 Sep 2023 05:34:10 -0400 Subject: Added sample networks and x86 reference. --- nets/doc-example.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 nets/doc-example.json (limited to 'nets/doc-example.json') diff --git a/nets/doc-example.json b/nets/doc-example.json new file mode 100644 index 0000000..a953d98 --- /dev/null +++ b/nets/doc-example.json @@ -0,0 +1,48 @@ +{ + "nodes": [ + { + "name": "r1", + "type": "router" + }, + { + "name": "r2", + "type": "router" + }, + { + "name": "h1", + "type": "host" + }, + { + "name": "h2", + "type": "host" + }, + { + "name": "h3", + "type": "host" + } + ], + "networks": [ + { + "name": "r1-hosts", + "links": [ + "h1", + "r1" + ] + }, + { + "name": "r1-r2", + "links": [ + "r1", + "r2" + ] + }, + { + "name": "r2-hosts", + "links": [ + "r2", + "h2", + "h3" + ] + } + ] +} -- cgit v1.2.3-70-g09d2