diff options
Diffstat (limited to 'op-mode-definitions/generate-ipsec-profile.xml.in')
| -rw-r--r-- | op-mode-definitions/generate-ipsec-profile.xml.in | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/op-mode-definitions/generate-ipsec-profile.xml.in b/op-mode-definitions/generate-ipsec-profile.xml.in index b7203d7d1..afa299da2 100644 --- a/op-mode-definitions/generate-ipsec-profile.xml.in +++ b/op-mode-definitions/generate-ipsec-profile.xml.in @@ -28,7 +28,7 @@                          <script>${vyos_completion_dir}/list_local_ips.sh --both</script>                        </completionHelp>                      </properties> -                    <command>${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7"</command> +                    <command>sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7"</command>                      <children>                        <tagNode name="name">                          <properties> @@ -37,7 +37,7 @@                              <list><name></list>                            </completionHelp>                          </properties> -                        <command>${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --name "$9"</command> +                        <command>sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --name "$9"</command>                          <children>                            <tagNode name="profile">                              <properties> @@ -46,7 +46,7 @@                                  <list><name></list>                                </completionHelp>                              </properties> -                            <command>${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --name "$9" --profile "${11}"</command> +                            <command>sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --name "$9" --profile "${11}"</command>                            </tagNode>                          </children>                        </tagNode> @@ -57,7 +57,7 @@                              <list><name></list>                            </completionHelp>                          </properties> -                        <command>${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --profile "$9"</command> +                        <command>sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --profile "$9"</command>                          <children>                            <tagNode name="name">                              <properties> @@ -66,7 +66,7 @@                                  <list><name></list>                                </completionHelp>                              </properties> -                            <command>${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --profile "$9" --name "${11}"</command> +                            <command>sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --profile "$9" --name "${11}"</command>                            </tagNode>                          </children>                        </tagNode> | 
