Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
danet
Open Edu Materials
Commits
c9038101
Commit
c9038101
authored
Jun 07, 2021
by
Martin Stiemerling
💬
Browse files
Update e1-topology.dot
parent
0e41a224
Pipeline
#73712
passed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
danetro/Exercises/e1-topology.dot
View file @
c9038101
...
...
@@ -2,11 +2,11 @@ graph {
layout
=
dot
;
label
=
"danetro Simple Lab Topology"
;
h0
[
label
=
"Host 0"
,
shape
=
"
octagon
"
]
;
h0
[
label
=
"Host 0"
,
shape
=
"
box
"
]
;
r0
[
label
=
"Router 0"
,
shape
=
"octagon"
]
;
h1
[
label
=
"Host 1"
,
shape
=
"
octagon
"
]
;
h1
[
label
=
"Host 1"
,
shape
=
"
box
"
]
;
h0
--
r
1
[
label
=
"
r1wan0 <--> r2wan1
"
]
;
r
1
--
h1
[
label
=
"
r2wan2 <--> r3wan0
"
]
;
h0
--
r
0
[
label
=
"
epair1b <--> epair1b
"
]
;
r
0
--
h1
[
label
=
"
epair2b <--> epair1b
"
]
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment