networkctl: add renew command

This commit is contained in:
Yu Watanabe
2019-07-18 22:26:49 +09:00
parent ae65d7dbe3
commit 308e7dfdce
3 changed files with 54 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ _networkctl() {
local -A VERBS=(
[STANDALONE]='label'
[LINKS]='status list lldp delete'
[LINKS]='status list lldp delete renew'
)
_init_completion || return