Skip to content

Commit

Permalink
Update VRF unbind command in sonic-vrf-hld.md (#1070)
Browse files Browse the repository at this point in the history
*Updated VRF unbind command to remove additional <vrf_name> argument.
  • Loading branch information
haris-khan1596 authored Sep 9, 2022
1 parent 67e7e73 commit e3613f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/vrf/sonic-vrf-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ $ config vrf del <vrf_name>
$ config interface vrf bind <interface_name> <vrf_name>
//unbind an interface from a VRF
$ config interface vrf unbind <interface_name> <vrf_name>
$ config interface vrf unbind <interface_name>
// create loopback device
$ config loopback add Loopback<0-999>
Expand Down Expand Up @@ -824,7 +824,7 @@ This command will do the following:
To unbind an interface from VRF:
```bash
$ config interface unbind Ethernet0 Vrf-blue
$ config interface unbind Ethernet0
```
This command will do the following:
Expand Down

0 comments on commit e3613f6

Please sign in to comment.