Skip to content

Commit 5a76774

Browse files
Update articles/operator-nexus/how-to-route-policy.md
Co-authored-by: Pankaj Goyal <[email protected]>
1 parent eefc102 commit 5a76774

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/operator-nexus/how-to-route-policy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ IP prefixes specify only the match conditions of route policies. They don't spec
9191
| action | Action to be taken for the prefix – Permit | Deny or Permit |True |
9292
| sequenceNumber | Sequence in which the prefixes are processed. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored | 100 |True |
9393
| networkPrefix | Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. | 1.1.1.0/24 |True |
94-
| condition | Specified prefix list bounds- EqualTo | GreaterThanOrEqualTo | LesserThanOrEqualTo | EqualTo | |
94+
| condition | Specified prefix list bounds- EqualTo \| GreaterThanOrEqualTo \| LesserThanOrEqualTo | EqualTo | |
95+
9596
| subnetMaskLength | SubnetMaskLength specifies the minimum networkPrefix length to be matched. Required when condition is specified. | 32| |
9697

9798
### Create IP Prefix

0 commit comments

Comments
 (0)