diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-01 12:35:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 12:35:19 +0200 |
commit | 8248aaaa7952db580a199bd36202e7f26c19ec88 (patch) | |
tree | d45d2368574f67693866309a86f4a6b6ab9e014e /src/op_mode/vpn_ike_sa.py | |
parent | 4105b464491f72aa87765aa3b072fb56ace71b89 (diff) | |
parent | 542a964d7207a052e04cb843c1ea4c7a68a981c9 (diff) | |
download | vyos-1x-8248aaaa7952db580a199bd36202e7f26c19ec88.tar.gz vyos-1x-8248aaaa7952db580a199bd36202e7f26c19ec88.zip |
Merge pull request #1568 from dmbaturin/abbr-consistency
T4722: consistent use of the official spelling for RADIUS and 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) |