Skip to content

Commit 124f228

Browse files
Fixes typo on LTM (#16862)
1 parent a33a772 commit 124f228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/load-balancing/local-traffic-management/ltm-magic-wan.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/teamnet/routes \
5151
--header "Content-Type: application/json" \
5252
--data '{
5353
"comment": "Example comment - account load balancing",
54-
"network": "<DEFAULT_VNET>,
54+
"network": "<LTM_PRIVATE_IP/CIDR_MASK>,
5555
"tunnel_id": "<TUNNEL_ID>"
5656
}'
5757
```

0 commit comments

Comments
 (0)