Skip to content

Commit 4a78374

Browse files
[doc] update "config feature" section with "--block" option (#2409)
- What I did Updated "config feature" section with "--block" option - How I did it Added missing documentation on "config feature" command Signed-off-by: Stepan Blyschak <[email protected]>
1 parent dd6210f commit 4a78374

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/Command-Reference.md

+7
Original file line numberDiff line numberDiff line change
@@ -3131,6 +3131,13 @@ This command will configure the state for a specific feature.
31313131
admin@sonic:~$ sudo config feature state bgp disabled
31323132
```
31333133
3134+
To make the command wait until the corresponding feature container stops(starts) use ```--block``` options:
3135+
3136+
- Usage:
3137+
```
3138+
admin@sonic:~$ config feature state bgp enabled --block
3139+
```
3140+
31343141
**config feature autorestart <feature_name> <autorestart_status>**
31353142
31363143
This command will configure the status of auto-restart for a specific feature container.

0 commit comments

Comments
 (0)