diff options
author | Daniil Baturin <daniil@baturin.org> | 2022-10-01 10:57:39 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2022-10-01 10:57:39 +0100 |
commit | 8bda23594d95803b9c812fe4ba93beee2c465f58 (patch) | |
tree | df624375eb848524b8cb056e1109a17f986eafcf /src/op_mode/vpn_ike_sa.py | |
parent | 4105b464491f72aa87765aa3b072fb56ace71b89 (diff) | |
download | vyos-1x-8bda23594d95803b9c812fe4ba93beee2c465f58.tar.gz vyos-1x-8bda23594d95803b9c812fe4ba93beee2c465f58.zip |
T4722: consistently use the "IPsec" spelling for IPsec
Diffstat (limited to 'src/op_mode/vpn_ike_sa.py')
-rwxr-xr-x | src/op_mode/vpn_ike_sa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/vpn_ike_sa.py b/src/op_mode/vpn_ike_sa.py index 00f34564a..4b44c5c15 100755 --- a/src/op_mode/vpn_ike_sa.py +++ b/src/op_mode/vpn_ike_sa.py @@ -71,7 +71,7 @@ if __name__ == '__main__': args = parser.parse_args() if not process_named_running('charon'): - print("IPSec Process NOT Running") + print("IPsec Process NOT Running") sys.exit(0) ike_sa(args.peer, args.nat) |