Skip to content

Commit

Permalink
Adding schematic for network settings
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 29, 2024
1 parent e6c7bfc commit 6bb973a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/include/markdown/NE002-header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
``` mermaid
graph LR
A[Network] --> B[Add / Change interface];
A[Network] --> O[Revert to defaults];
A[Network] --> P[Show configuration];
B ---->E[Wired];
B ---->F[Wireless];
E -->R[DHCP];
E -->T[Static];
E -->S[Spoof MAC];
F -->X[Station];
F -->W[Access point];
```

0 comments on commit 6bb973a

Please sign in to comment.