Skip to content

Commit

Permalink
Merge pull request #261 from e-sonic/rocev2_rbac_support
Browse files Browse the repository at this point in the history
RBAC changes for RoceV2
  • Loading branch information
avinashj-dell authored and GitHub Enterprise committed Nov 23, 2022
2 parents 2353028 + 39dbb9d commit c4cf774
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CLI/clitree/cli-xml/qos_buffer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,19 +277,19 @@ limitations under the License.

<!-- RoCE buffers -->
<COMMAND
name="roce"
name="roce" access="netadmin"
help="Enable RoCEv2 default buffer configuration"
>
</COMMAND>
<COMMAND
name="no roce"
name="no roce" access="netadmin"
help="Disable RoCEv2 default buffer configuration"
>
</COMMAND>

<!-- RoCE enable -->
<COMMAND
name="roce enable"
name="roce enable" access="netadmin"
help="Initialize RoCEv2 default buffer configuration"
mode="subcommand"
ptype="SUBCOMMAND"
Expand All @@ -316,7 +316,7 @@ limitations under the License.

<!-- RoCE enable force-deafults-->
<COMMAND
name="roce enable force-defaults"
name="roce enable force-defaults" access="netadmin"
help="Clear any previous applied QOS buffer and force Initialize RoCEv2 default buffer configuration"
mode="subcommand"
ptype="SUBCOMMAND"
Expand All @@ -341,7 +341,7 @@ limitations under the License.

<!-- RoCE disable -->
<COMMAND
name="no roce enable"
name="no roce enable" access="netadmin"
help="Clear RoCEv2 default lossless buffer configuration"
mode="subcommand"
ptype="SUBCOMMAND"
Expand Down

0 comments on commit c4cf774

Please sign in to comment.