Skip to content

Commit

Permalink
bugfix: incorrect command for portchannel creation (sonic-net#2134)
Browse files Browse the repository at this point in the history
#### What I did
Fix command for portchannel creation

#### How I did it
Change the command line guide:
Before:
config portchannel (add | del) [min-links ] [fallback (true | false)]
After:
config portchannel (add | del) [--min-links ] [--fallback (true | false)]
  • Loading branch information
EdenGri authored and judyjoseph committed Apr 18, 2022
1 parent 89d0e92 commit 82cb0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6694,7 +6694,7 @@ A port channel can be deleted only if it does not have any members or the member
- Usage:
```
config portchannel (add | del) <portchannel_name> [min-links <num_min_links>] [fallback (true | false)]
config portchannel (add | del) <portchannel_name> [--min-links <num_min_links>] [--fallback (true | false)]
```
- Example (Create the portchannel with name "PortChannel0011"):
Expand Down

0 comments on commit 82cb0ea

Please sign in to comment.