* [PATCH] bash-autocompletion: up and down for ipsec connections
@ 2017-08-04 12:07 Jonatan Schlag
0 siblings, 0 replies; only message in thread
From: Jonatan Schlag @ 2017-08-04 12:07 UTC (permalink / raw)
To: network
[-- Attachment #1: Type: text/plain, Size: 790 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
src/bash-completion/network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bash-completion/network b/src/bash-completion/network
index 668c699..5ddc8db 100644
--- a/src/bash-completion/network
+++ b/src/bash-completion/network
@@ -413,7 +413,7 @@ _network_vpn_ipsec_connection_subcommands() {
shift
local words=( $@ )
- local commands="authentication inactivity-timeout local mode peer remote security-policy show"
+ local commands="authentication down inactivity-timeout local mode peer remote security-policy show up"
local cmd="$(_network_find_on_cmdline "${commands}")"
if [[ -z "${cmd}" ]]; then
COMPREPLY=( $(compgen -W "${commands}" -- "${cur}") )
--
2.6.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-04 12:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-04 12:07 [PATCH] bash-autocompletion: up and down for ipsec connections Jonatan Schlag
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox