From 679e08c0be3165b2cde48ba1efd8313c66a6bd0c Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Mon, 22 Aug 2016 17:21:46 +0200 Subject: CSIT-28: IPSEC basic conectivity test - IPv4 - use all supported encryption and integrity algorithms in tunnel mode and in transport mode Change-Id: I2ae395d88d514b2ca3f62ab9aecbb27d8fb827b0 Signed-off-by: Jan Gelety --- resources/libraries/python/IPsecUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/IPsecUtil.py') diff --git a/resources/libraries/python/IPsecUtil.py b/resources/libraries/python/IPsecUtil.py index 2cb8e2646b..6cbd48fba3 100644 --- a/resources/libraries/python/IPsecUtil.py +++ b/resources/libraries/python/IPsecUtil.py @@ -311,7 +311,7 @@ class IPsecUtil(object): :type sa_id: int :type laddr_range: string :type raddr_range: string - :type proto: intPolicyAction + :type proto: int :type lport_range: string :type rport_range: string """ -- cgit 1.2.3-korg