Skip to content

Commit

Permalink
Merge pull request #3451 from HollyGurza/T6251
Browse files Browse the repository at this point in the history
T6251: Extend table number limits for policy route-map set table
  • Loading branch information
dmbaturin authored May 13, 2024
2 parents 2105a8b + 7e0e988 commit be41ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface-definitions/policy.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1546,11 +1546,11 @@
<properties>
<help>Set prefixes to table</help>
<valueHelp>
<format>u32:1-200</format>
<format>u32:1-4294967295</format>
<description>Table value</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-200"/>
<validator name="numeric" argument="--range 1-4294967295"/>
</constraint>
</properties>
</leafNode>
Expand Down

0 comments on commit be41ac3

Please sign in to comment.