]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: add missing verbs for networkctl
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 30 Jun 2020 05:44:41 +0000 (14:44 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 Jun 2020 06:56:36 +0000 (08:56 +0200)
shell-completion/bash/networkctl

index 8413afa8673226c6093e5a6179c072683f50fa19..02b9c75c4491378bf2c34b614f54cd93f078f9d5 100644 (file)
@@ -37,8 +37,8 @@ _networkctl() {
     )
 
     local -A VERBS=(
-        [STANDALONE]='label'
-        [LINKS]='status list lldp delete renew'
+        [STANDALONE]='label reload'
+        [LINKS]='status list lldp delete renew up down forcerenew reconfigure'
     )
 
     _init_completion || return