From 8ded247691d641e5989bfb4e2a4a5403d8ba9a9d Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 14 May 2013 23:27:59 +0200 Subject: [PATCH] [attributs.ipsec] Avant la clef faisait 22 char --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index cbe4f19..9cee600 100644 --- a/attributs.py +++ b/attributs.py @@ -635,7 +635,7 @@ class ipsec(Attr): category = 'wifi' def parse_value(self, val): - if len(val) == 10: + if len(val) in [10, 22]: self.value = val else: val = u'auto'