Skip to content

Commit 4dad79c

Browse files
authored
bugfix: incorrect command for portchannel creation (sonic-net#2134)
#### 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)]
1 parent c17b1f4 commit 4dad79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Command-Reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6747,7 +6747,7 @@ A port channel can be deleted only if it does not have any members or the member
67476747
67486748
- Usage:
67496749
```
6750-
config portchannel (add | del) <portchannel_name> [min-links <num_min_links>] [fallback (true | false)]
6750+
config portchannel (add | del) <portchannel_name> [--min-links <num_min_links>] [--fallback (true | false)]
67516751
```
67526752
67536753
- Example (Create the portchannel with name "PortChannel0011"):

0 commit comments

Comments
 (0)