Skip to content

Commit a08944f

Browse files
[MWAN] Refined mConn DHCP graph (#20265)
* reworked graph * refined graph
1 parent 01a04b0 commit a08944f

File tree

1 file changed

+6
-4
lines changed
  • src/content/docs/magic-wan/configuration/connector/network-options/dhcp

1 file changed

+6
-4
lines changed

src/content/docs/magic-wan/configuration/connector/network-options/dhcp/dhcp-relay.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ DHCP Relay provides a way for DHCP clients to communicate with DHCP servers that
1010
```mermaid
1111
flowchart LR
1212
accTitle: An example of Connector in DHCP Relay mode
13-
a(Magic WAN Connector) --> b(Internet) --> c(DHCP server)
13+
a(Magic WAN Connector) <--> b(Cloudflare/Magic WAN) <--> c(DHCP server)
1414
15-
subgraph Customer site
15+
subgraph Site A
1616
d[LAN 1] <--> a
1717
e[LAN 2] <--> a
1818
end
1919
20-
c --> a
20+
subgraph Site B
21+
c
22+
end
2123
classDef orange fill:#f48120,color: black
22-
class a orange
24+
class a,b,c orange
2325
```
2426

2527
_The above graph shows Connector sending DHCP discover messages to a DHCP server offsite._

0 commit comments

Comments
 (0)