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
530d58cf
Commit
530d58cf
authored
Jun 07, 2021
by
Martin Stiemerling
💬
Browse files
Add new file
parent
304ec717
Pipeline
#73698
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
danetro/Exercises/e1-topology.dot
0 → 100644
View file @
530d58cf
graph
{
layout
=
dot
;
label
=
"danetro Simple Lab Topology"
;
h0
[
label
=
"Host 0"
,
shape
=
"octagon"
]
;
r0
[
label
=
"Router 0"
,
shape
=
"octagon"
]
;
h1
[
label
=
"Host 1"
,
shape
=
"octagon"
]
;
h0
--
r1
[
label
=
"r1wan0 <--> r2wan1"
]
;
r1
--
h1
[
label
=
"r2wan2 <--> r3wan0"
]
;
}
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