Skip to content

Commit 140148b

Browse files
reworked graph
1 parent 2a03256 commit 140148b

File tree

1 file changed

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

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 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/MWAN) --> c(DHCP server)
1414
15-
subgraph Customer site
16-
d[LAN 1] <--> a
17-
e[LAN 2] <--> a
15+
subgraph Site A
16+
d[LAN 1] --> a
17+
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)