Skip to content

Commit c9b67b1

Browse files
committed
RIupdate
1 parent e1da0ce commit c9b67b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-wan/how-to-routing-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ When routing intent is enabled on the hub, static routes corresponding to the co
148148
| Route Name | Prefixes | Next Hop Resource|
149149
|--|--|--|
150150
| _policy_PrivateTraffic | 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12| Azure Firewall |
151-
_policy_InternetTraffic| 0.0.0.0/0| Azure Firewall |
151+
| _policy_PublicTraffic| 0.0.0.0/0| Azure Firewall |
152152

153153
> [!NOTE]
154154
> Any static routes in the defaultRouteTable containing prefixes that aren't exact matches with 0.0.0.0/0 or the RFC1918 super-nets (10.0.0.0/8, 192.168.0.0/16 and 172.16.0.0/12) are automatically consolidated into a single static route, named **private_traffic**. Prefixes in the defaultRouteTable that match RFC1918 supernets or 0.0.0.0/0 are always automatically removed once routing intent is configured, regardless of the policy type.
@@ -166,7 +166,7 @@ Enabling routing intent on this hub would result in the following end state of t
166166
| Route Name | Prefixes | Next Hop Resource|
167167
|--|--|--|
168168
| _policy_PrivateTraffic | 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12| Azure Firewall |
169-
_policy_InternetTraffic| 0.0.0.0/0| Azure Firewall |
169+
| _policy_PublicTraffic| 0.0.0.0/0| Azure Firewall |
170170
| private_traffic | 40.0.0.0/24, 10.0.0.0/24, 50.0.0.0/24| Azure Firewall |
171171

172172
#### Other methods (PowerShell, REST, CLI)
@@ -187,7 +187,7 @@ The following table represents the final state of the defaultRouteTable after ro
187187
| Route Name | Prefixes | Next Hop Resource|
188188
|--|--|--|
189189
| _policy_PrivateTraffic | 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12| Azure Firewall |
190-
| _policy_InternetTraffic| 0.0.0.0/0| Azure Firewall |
190+
| | _policy_PublicTraffic| 0.0.0.0/0| Azure Firewall |
191191
| firewall_route_2 | 10.0.0.0/24 | Azure Firewall|
192192
| firewall_route_3 | 40.0.0.0/24| Azure Firewall|
193193

0 commit comments

Comments
 (0)