summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-05-31 20:28:02 +0200
committerGitHub <noreply@github.com>2023-05-31 20:28:02 +0200
commit6dd683f3e7a966bf0124444b746ab4a223bbe104 (patch)
tree1b721fff0a557d37f5b39ad328c50d5cacd9f0ef /src/conf_mode
parentc497848082efd62ae8893929afd2530677ce336d (diff)
parent968072ff4809f81c3a24f7d27d64da4456fd0d01 (diff)
downloadvyos-1x-6dd683f3e7a966bf0124444b746ab4a223bbe104.tar.gz
vyos-1x-6dd683f3e7a966bf0124444b746ab4a223bbe104.zip
Merge pull request #2021 from blank0608/T5210
T5210:VPN:Fix typo in Warning
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/conf_mode/vpn_ipsec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/vpn_ipsec.py b/src/conf_mode/vpn_ipsec.py
index 63887b278..b82d90e4d 100755
--- a/src/conf_mode/vpn_ipsec.py
+++ b/src/conf_mode/vpn_ipsec.py
@@ -455,7 +455,7 @@ def verify(ipsec):
if dict_search('options.disable_route_autoinstall',
ipsec) == None:
- Warning('It\'s recommended to use ipsec vty with the next command\n[set vpn ipsec option disable-route-autoinstall]')
+ Warning('It\'s recommended to use ipsec vti with the next command\n[set vpn ipsec option disable-route-autoinstall]')
if 'bind' in peer_conf['vti']:
vti_interface = peer_conf['vti']['bind']