Skip to content

Commit

Permalink
Merge pull request #196 from e-sonic/merge-1006/broadcom_sonic_4.x_sh…
Browse files Browse the repository at this point in the history
…are-to-dell_sonic_4.x_share

sync from broadcom_sonic_4.x_share to dell_sonic_4.x_share - 1006
  • Loading branch information
bhavini-gada authored and GitHub Enterprise committed Oct 7, 2022
2 parents 7e2d20c + 653265a commit 469e798
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CLI/clitree/cli-xml/interface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,7 @@ limitations under the License.
<COMMAND
name="min-links"
help="Configure min-links for the portchannel">
<PARAM name="min_links" help="Enter portchannel min-links value" ptype="RANGE_1_32" />
<PARAM name="min_links" help="Enter portchannel min-links value" ptype="MIN_LINK" />
<ACTION builtin="clish_restcl">oper=PATCH url=/restconf/data/sonic-portchannel:sonic-portchannel/PORTCHANNEL/PORTCHANNEL_LIST=${po_name}/min_links body={"sonic-portchannel:min_links": ${min_links}}</ACTION>
</COMMAND>
<COMMAND
Expand Down
4 changes: 2 additions & 2 deletions CLI/clitree/cli-xml/ospf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
<COMMAND name="graceful-restart" help="OSPF non-stop forwarding (NSF) also known as OSPF Graceful Restart">
<PARAM name = "groptions" help = "" ptype = "SUBCOMMAND" mode="switch" optional="true">
<PARAM name="grace-period" help= "Maximum length of the 'grace period'" ptype="SUBCOMMAND" mode="subcommand" optional="true">
<PARAM name="grace-period-val" help="Maximum length of the 'grace period' in seconds" ptype="RANGE_10_1800"/>
<PARAM name="grace-period-val" help="Maximum length of the 'grace period' in seconds" ptype="RANGE_1_1800"/>
</PARAM>
<PARAM name="helper" help="OSPF GR Helper" ptype="SUBCOMMAND" mode="subcommand" optional="true">
<PARAM name = "grhelperoptions" help = "" ptype = "SUBCOMMAND" mode="switch">
Expand Down Expand Up @@ -592,7 +592,7 @@
<COMMAND name="no graceful-restart" help="OSPF non-stop forwarding (NSF) also known as OSPF Graceful Restart">
<PARAM name = "groptions" help = "" ptype = "SUBCOMMAND" mode="switch" optional="true">
<PARAM name="grace-period" help= "Maximum length of the 'grace period'" ptype="SUBCOMMAND" mode="subcommand" optional="true">
<PARAM name="grace-period-val" help="Maximum length of the 'grace period' in seconds" ptype="RANGE_10_1800" optional="true"/>
<PARAM name="grace-period-val" help="Maximum length of the 'grace period' in seconds" ptype="RANGE_1_1800" optional="true"/>
</PARAM>
<PARAM name="helper" help="OSPF GR Helper" ptype="SUBCOMMAND" mode="subcommand" optional="true">
<PARAM name = "grhelperoptions" help = "" ptype = "SUBCOMMAND" mode="switch">
Expand Down
9 changes: 8 additions & 1 deletion CLI/clitree/cli-xml/sonic_types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ limitations under the License.
<PTYPE
name="MIN_LINK"
method="integer"
pattern="1..255"
pattern="1..32"
help=""
/>
<!--=======================================================-->
Expand Down Expand Up @@ -1235,6 +1235,13 @@ limitations under the License.
pattern="10..1800"
help=""
/>
<!--=======================================================-->
<PTYPE
name="RANGE_1_1800"
method="integer"
pattern="1..1800"
help=""
/>
<!--=======================================================-->
<PTYPE
name="RANGE_0_600000"
Expand Down

0 comments on commit 469e798

Please sign in to comment.