Skip to content

Commit 45b6fd0

Browse files
Merge pull request #285702 from sushantjrao/main
Update concepts-nexus-route-policies-overview.md
2 parents 098f284 + e443ac0 commit 45b6fd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/operator-nexus/concepts-nexus-route-policies-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ It has a `set` property and a `delete` property. The `set` property specifies th
7474

7575
### BGP Regex Support in Route Policies
7676

77-
BGP communities are configured using the `IPCommunity` and `IPExtendedCommunity` BGP configuration properties. Currently, these take a list of exact match values. For example, the bold string `1234:2345` in the ARM JSON snippet below matches an IP extended community.
77+
BGP communities are configured using the `IPCommunity` and `IPExtendedCommunity` BGP configuration properties. These take a list of exact match values. For example, the string `1234:2345` in the ARM JSON snippet below matches an IP extended community.
7878

7979
```json
8080
{
@@ -90,7 +90,9 @@ BGP communities are configured using the `IPCommunity` and `IPExtendedCommunity`
9090
}
9191
```
9292

93-
This feature adds regex matching of BGP communities, allowing more concise and flexible route policies.
93+
#### BGP Regex Matching
94+
95+
Enhanced BGP community matching using regular expressions, enabling more concise and flexible route policies.
9496

9597
The following table shows examples of the community member property under IPCommunityRules and route targets under IPExtendedCommunityRules, which can be specified in the formats below.
9698

0 commit comments

Comments
 (0)