From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH] bash-autocompletion: up and down for ipsec connections Date: Fri, 04 Aug 2017 14:07:12 +0200 Message-ID: <1501848432-4017-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6034024260685192802==" List-Id: --===============6034024260685192802== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- 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=3D( $@ ) =20 - local commands=3D"authentication inactivity-timeout local mode peer remote = security-policy show" + local commands=3D"authentication down inactivity-timeout local mode peer re= mote security-policy show up" local cmd=3D"$(_network_find_on_cmdline "${commands}")" if [[ -z "${cmd}" ]]; then COMPREPLY=3D( $(compgen -W "${commands}" -- "${cur}") ) --=20 2.6.3 --===============6034024260685192802==--