]> git.ipfire.org Git - network.git/blobdiff - src/bash-completion/network
ipsec: security policies: Make integrity command plural
[network.git] / src / bash-completion / network
index 97061861c28f8e67a1987a1ee6650e3ca04ee147..2621628a1e4b6a3c43a9eb7c0b75af1b2d884dd9 100644 (file)
@@ -561,7 +561,7 @@ _network_vpn_security_policies_subcommands() {
        shift
        local words=( $@ )
 
-       local commands="ciphers compression group-types integrity key-exchange lifetime pfs pseudo-random-functions show"
+       local commands="ciphers compression group-types integrities key-exchange lifetime pfs pseudo-random-functions show"
        local cmd="$(_network_find_on_cmdline "${commands}")"
        if [[ -z "${cmd}" ]]; then
                COMPREPLY=( $(compgen -W "${commands}" -- "${cur}") )
@@ -580,8 +580,8 @@ _network_vpn_security_policies_subcommands() {
                group-types)
                        _network_vpn_security_policies_subcommands_group_types ${policy} ${args}
                        ;;
-               integrity)
-                       _network_vpn_security_policies_subcommands_integrity ${policy} ${args}
+               integrities)
+                       _network_vpn_security_policies_subcommands_integrities ${policy} ${args}
                        ;;
                pseudo-random-functions)
                        _network_vpn_security_policies_subcommands_pseudo_random_functions ${policy} ${args}
@@ -607,7 +607,7 @@ _network_vpn_security_policies_subcommands_group_types() {
        :
 }
 
-_network_vpn_security_policies_subcommands_integrity() {
+_network_vpn_security_policies_subcommands_integrities() {
        :
 }