diff options
| author | John Landicho <johnnilolandicho@gmail.com> | 2023-05-29 04:20:07 +0000 | 
|---|---|---|
| committer | John Landicho <johnnilolandicho@gmail.com> | 2023-05-31 10:03:16 +0800 | 
| commit | 968072ff4809f81c3a24f7d27d64da4456fd0d01 (patch) | |
| tree | 1a38894dcf09d46524a94a7b9d5f8960d7ac06b0 | |
| parent | 684c4e043f61bb186a954ffa2b49e3ebb6838a6f (diff) | |
| download | vyos-1x-968072ff4809f81c3a24f7d27d64da4456fd0d01.tar.gz vyos-1x-968072ff4809f81c3a24f7d27d64da4456fd0d01.zip | |
T5210: VPN: Fix typo in Warning
| -rwxr-xr-x | src/conf_mode/vpn_ipsec.py | 2 | 
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'] | 
