Skip to content

Commit 6bb973a

Browse files
committed
Adding schematic for network settings
1 parent e6c7bfc commit 6bb973a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
``` mermaid
2+
graph LR
3+
A[Network] --> B[Add / Change interface];
4+
A[Network] --> O[Revert to defaults];
5+
A[Network] --> P[Show configuration];
6+
B ---->E[Wired];
7+
B ---->F[Wireless];
8+
E -->R[DHCP];
9+
E -->T[Static];
10+
E -->S[Spoof MAC];
11+
F -->X[Station];
12+
F -->W[Access point];
13+
```

0 commit comments

Comments
 (0)