Skip to content

Commit

Permalink
[doc]: Update Command-Reference.md (sonic-net#1231)
Browse files Browse the repository at this point in the history
Vlan interfaces need capitalized "V" in "Vlan" to be accepted.
  • Loading branch information
rdarbha authored Nov 13, 2020
1 parent 8f156df commit 599b43a
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 @@ -2889,7 +2889,7 @@ VLAN interface names take the form of `vlan<vlan_id>`. E.g., VLAN 100 will be na
*Versions >= 201904*
```
admin@sonic:~$ sudo config interface ip add vlan100 10.11.12.13/24
admin@sonic:~$ sudo config interface ip add Vlan100 10.11.12.13/24
```
*Versions <= 201811*
```
Expand Down

0 comments on commit 599b43a

Please sign in to comment.