Skip to content

Commit 5de97a4

Browse files
[Magic] Tunnels patch (#28052)
* added link * refined text * var * corrected cond render * refined text * refined text * refined names
1 parent ce4e02d commit 5de97a4

11 files changed

Lines changed: 20 additions & 18 deletions

File tree

src/content/changelog/magic-wan/2025-11-06-automatic-return-routing-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Key benefits:
1414
- **Overlapping IP space support**: Traffic originating from customer sites can use overlapping private IP ranges.
1515
- **Symmetric routing**: Return traffic is guaranteed to use the same connection as the original on-ramp.
1616

17-
This feature is currently in Beta and requires the new Unified Routing mode.
17+
This feature is currently in beta and requires the new Unified Routing mode (beta).
1818

1919
For configuration details, refer to [Configure Automatic Return Routing](/magic-wan/configuration/manually/how-to/configure-routes/#configure-automatic-return-routing-beta).

src/content/changelog/magic-wan/2026-01-27-configure-cloudflare-source-ips.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Key details:
2121
- **IPv6**: Sourced from `2606:4700:cf1:5000::/64` (not configurable)
2222
- **Affected connectors**: GRE, IPsec, CNI, WARP Connector, and WARP Client (Cloudflare Tunnel is not affected)
2323

24-
Configuring Cloudflare source IPs requires Cloudflare One Unified Routing (beta) and the `Cloudflare One Networks Write` permission.
24+
Configuring Cloudflare source IPs requires Unified Routing (beta) and the `Cloudflare One Networks Write` permission.
2525

2626
For configuration details, refer to [Configure Cloudflare source IPs](/magic-wan/configuration/manually/how-to/configure-cloudflare-source-ips/).

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/private-net/warp-connector/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { Render, Details} from "~/components";
3030
</Details>
3131

3232
:::note
33-
Accounts on Legacy routing mode do not support WARP Connector when [Magic WAN](/magic-wan/) is enabled. Your account needs to be on the Cloudflare One Unified Routing for this to be supported. Contact your account team for more information.
33+
Accounts on Legacy routing mode do not support WARP Connector when [Magic WAN](/magic-wan/) is enabled. Your account needs to be on Unified Routing (beta) for this to be supported. Contact your account team for more information.
3434
:::
3535

3636
Cloudflare WARP Connector (beta) is a software client[^1] that enables site-to-site, bidirectional, and mesh networking connectivity without requiring changes to underlying network routing infrastructure. WARP Connector establishes a secure Layer 3 proxy between a private network and Cloudflare, allowing you to:

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/manually/how-to/configure-tunnel-endpoints.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { GlossaryTooltip, Render } from "~/components";
2828
configureRoutesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/manually/how-to/configure-routes/",
2929
sitesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/sites/",
3030
configureARRURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/manually/how-to/configure-routes/#configure-automatic-return-routing-beta",
31+
unifiedRoutingURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/traffic-steering/#unified-routing-mode-beta",
3132
troubleshootTunnelHealthURL: "/cloudflare-one/networks/connectors/wan-tunnels/troubleshooting/tunnel-health/",
3233
troubleshootIpsecURL: "/cloudflare-one/networks/connectors/wan-tunnels/troubleshooting/ipsec-troubleshoot/"
3334
}}

src/content/docs/learning-paths/data-center-protection/configure-tunnels-routes/configure-tunnels.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { GlossaryTooltip, Render } from "~/components";
2222
tunnelHealthDash: "/magic-transit/network-health/check-tunnel-health-dashboard/",
2323
biVsUniHealthCheckDefaults: "For Magic Transit this option defaults to unidirectional",
2424
configureRoutesURL: "/magic-transit/how-to/configure-routes/",
25+
unifiedRoutingURL: "/magic-transit/reference/traffic-steering/#unified-routing-mode-beta",
2526
troubleshootTunnelHealthURL: "/magic-transit/troubleshooting/tunnel-health/",
2627
troubleshootIpsecURL: "/magic-transit/troubleshooting/ipsec-troubleshoot/"
2728
}} />

src/content/docs/magic-transit/how-to/configure-tunnel-endpoints.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Render } from "~/components";
2424
tunnelHealthDash: "/magic-transit/network-health/check-tunnel-health-dashboard/",
2525
biVsUniHealthCheckDefaults: "For Magic Transit this option defaults to unidirectional",
2626
configureRoutesURL: "/magic-transit/how-to/configure-routes/",
27+
unifiedRoutingURL: "/magic-transit/reference/traffic-steering/#unified-routing-mode-beta",
2728
troubleshootTunnelHealthURL: "/magic-transit/troubleshooting/tunnel-health/",
2829
troubleshootIpsecURL: "/magic-transit/troubleshooting/ipsec-troubleshoot/"
2930
}}

src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { GlossaryTooltip, Render } from "~/components";
2929
configureRoutesURL: "/magic-wan/configuration/manually/how-to/configure-routes/",
3030
sitesURL: "/magic-wan/configuration/common-settings/sites/",
3131
configureARRURL: "/magic-wan/configuration/manually/how-to/configure-routes/#configure-automatic-return-routing-beta",
32+
unifiedRoutingURL: "/magic-wan/reference/traffic-steering/#unified-routing-mode-beta",
3233
troubleshootTunnelHealthURL: "/magic-wan/troubleshooting/tunnel-health/",
3334
troubleshootIpsecURL: "/magic-wan/troubleshooting/ipsec-troubleshoot/"
3435
}}

src/content/partials/networking-services/reference/traffic-steering.mdx

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Cloudflare adjusts route priority when using AS prepending with communities. For
149149
<AnchorHeading title="Automatic Return Routing (beta)" depth={2} />
150150
<Markdown
151151
text={`
152-
Automatic Return Routing (ARR) allows Cloudflare to track network flows from your Magic WAN connected locations, ensuring return traffic is routed back to the connection where it was received without requiring static or dynamic routes. This functionality requires the new [Unified Routing mode](#unified-routing-mode).
152+
Automatic Return Routing (ARR) allows Cloudflare to track network flows from your Magic WAN connected locations, ensuring return traffic is routed back to the connection where it was received without requiring static or dynamic routes. This functionality requires the new [Unified Routing mode (beta)](#unified-routing-mode-beta).
153153
154154
Instead of relying on static or dynamic routes for the return path, Magic WAN learns flows and remembers which connection a given flow arrived on. For any matching return traffic, Magic WAN uses this learned state to choose the next hop. This simplifies configuration, reduces the number of routes you must manage, and helps preserve symmetry for stateful traffic.
155155
@@ -203,20 +203,17 @@ In this initial release, ARR does not change routing for traffic between Magic W
203203
inline={false}
204204
/>
205205

206-
<AnchorHeading title="Unified routing mode (beta)" depth={2} />
207-
<Markdown
208-
text={`
209-
The Unified routing mode is the newer Cloudflare One data plane that uses a single routing fabric for all supported connection types. Unified routing mode routes traffic across WARP, Cloudflare Tunnel, IPsec, GRE, and Cloudflare Network Interconnect (CNI) in a single system, making it easier to set up your Cloudflare One connections.
206+
</>
207+
)}
208+
209+
## Unified Routing mode (beta)
210+
211+
The Unified Routing mode is the newer Cloudflare One data plane that uses a single routing fabric for all supported connection types. Unified Routing mode routes traffic across WARP, Cloudflare Tunnel, IPsec, GRE, and Cloudflare Network Interconnect (CNI) in a single system, making it easier to set up your Cloudflare One connections.
210212

211-
In the Magic WAN dashboard, routing mode appears where you manage Magic routes:
213+
In the {props.productName} dashboard, routing mode appears where you manage Magic routes:
212214

213215
- **Routing mode: Unified** — your account is on the unified data plane and supports the new routing features.
214216
- **Routing mode: Legacy** — your account uses the previous data plane and does not support all unified routing features.
215-
`}
216-
inline={false}
217-
/>
218-
</>
219-
)}
220217

221218
## Scoping routes to specific regions
222219

src/content/partials/networking-services/routing/configure-cloudflare-source-ips.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following Connectors are affected:
4141
## Configure source IPs
4242

4343
:::note
44-
You need Cloudflare One Unified Routing to configure source IPs. If your account is not yet on Unified Routing, contact your account team to discuss migration and availability.
44+
You need Unified Routing (beta) to configure source IPs. If your account is not yet migrated, contact your account team to discuss migration and availability.
4545
:::
4646

4747
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">

src/content/partials/networking-services/routing/configure-routes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Example:
365365
<AnchorHeading title="Configure Automatic Return Routing (beta)" depth={2} />
366366
<Markdown
367367
text={`
368-
[Automatic Return Routing (beta)](${props.arrReferenceURL}) allows Cloudflare to track network flows from your Magic WAN connected locations, ensuring return traffic is routed back to the connection where it was received without requiring static or dynamic routes. This functionality requires the new [Unified Routing mode](${props.unifiedRoutingModeURL}).
368+
[Automatic Return Routing (beta)](${props.arrReferenceURL}) allows Cloudflare to track network flows from your Magic WAN connected locations, ensuring return traffic is routed back to the connection where it was received without requiring static or dynamic routes. This functionality requires the new [Unified Routing mode (beta)](${props.unifiedRoutingModeURL}).
369369
370370
To enable ARR:
371371
`}

0 commit comments

Comments
 (0)