generated from github/codespaces-react
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmap_all.graphml
More file actions
15 lines (15 loc) · 684 Bytes
/
map_all.graphml
File metadata and controls
15 lines (15 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0' encoding='utf-8'?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
<graph edgedefault="undirected">
<node id="RouterA" />
<node id="SwitchX" />
<node id="RouterB" />
<node id="Server1" />
<node id="Server2" />
<edge source="RouterA" target="SwitchX" />
<edge source="RouterA" target="RouterB" />
<edge source="SwitchX" target="RouterB" />
<edge source="SwitchX" target="Server1" />
<edge source="SwitchX" target="Server2" />
</graph>
</graphml>