From a879c126afabc21489ec4d22f80ebc337985cb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 4 Mar 2013 05:58:54 +0100 Subject: [PATCH] [attributs] Ajout de l'attribut exempt --- attributs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/attributs.py b/attributs.py index 5613caa..4a0b238 100644 --- a/attributs.py +++ b/attributs.py @@ -601,6 +601,9 @@ class portUDPout(portAttr): class portUDPin(portAttr): legend = u"Port UDP ouvert depuis l'extérieur" +class exempt(Attr): + legend = u"Exemption vers une IP" + class prise(Attr): singlevalue = True optional = True