You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx
+30-3Lines changed: 30 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,40 @@ text={`
123
123
4. Select **Traffic Steering**.
124
124
5. In **${props.featureName}**, select **Assign application traffic**.
125
125
6. Select one or more applications that should bypass Cloudflare filtering from the list. You can also use the search box.
126
+
`}
127
+
inline={false}
128
+
/>
129
+
130
+
{props.magicWord==="breakout"&& (
131
+
<Markdown
132
+
text={`
126
133
7. (Optional) You can also pin an application to a WAN port. In Preferred breakout port, select the WAN you want to assign your applications to. Refer to Designate WAN ports for breakout apps for more information.
134
+
`}
135
+
inline={false}
136
+
/>
137
+
)
138
+
}
139
+
140
+
{props.magicWord==="breakout"? (
141
+
<Markdown
142
+
text={`
127
143
8. Select **Save**.
128
144
129
145
The traffic for the application you chose ${props.whatHappensApp}.
130
-
`}
131
-
inline={false}
132
-
/>
146
+
`}
147
+
inline={false}
148
+
/>
149
+
) : (
150
+
<Markdown
151
+
text={`
152
+
7. Select **Save**.
153
+
154
+
The traffic for the application you chose ${props.whatHappensApp}.
0 commit comments