Skip to content

Commit

Permalink
Update BgpAsPathLoopCount range to 0-16
Browse files Browse the repository at this point in the history
Change-Id: I36d269a2069f68d729eb84965d7ae9d271aea13d
Partial-Bug: 1513278
  • Loading branch information
Nischal Sheth committed Nov 30, 2015
1 parent 91089e8 commit 5cd321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/bgp_schema.xsd
Expand Up @@ -171,7 +171,7 @@

<xsd:simpleType name='BgpAsPathLoopCount'>
<xsd:restriction base='xsd:integer'>
<xsd:minInclusive value='1'/>
<xsd:minInclusive value='0'/>
<xsd:maxInclusive value='16'/>
</xsd:restriction>
</xsd:simpleType>
Expand Down

0 comments on commit 5cd321c

Please sign in to comment.