X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FIPsecUtil.py;h=07caad03dca1342db20235017e57a7ebeb29a5d2;hp=29f34ed6a9257e2f3b40ca21a7d3eb1d466ff731;hb=3488d8cb0584600cb3e0d6adb5ce8cee2a6de989;hpb=4ef4d31db9aaa76fd67e1c9a7a05df43dc8b067a diff --git a/resources/libraries/python/IPsecUtil.py b/resources/libraries/python/IPsecUtil.py index 29f34ed6a9..07caad03dc 100644 --- a/resources/libraries/python/IPsecUtil.py +++ b/resources/libraries/python/IPsecUtil.py @@ -1,5 +1,5 @@ -# Copyright (c) 2023 Cisco and/or its affiliates. -# Copyright (c) 2023 PANTHEON.tech s.r.o. +# Copyright (c) 2024 Cisco and/or its affiliates. +# Copyright (c) 2024 PANTHEON.tech s.r.o. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -2034,7 +2034,7 @@ class IPsecUtil: :type node: dict """ cmds = [ - u"ipsec_sa_v3_dump" + u"ipsec_sa_v4_dump" ] PapiSocketExecutor.dump_and_log(node, cmds)