[attributs] Ajout de l'attribut exempt

This commit is contained in:
Pierre-Elliott Bécue 2013-03-04 05:58:54 +01:00
parent ae55085054
commit a879c126af

View file

@ -601,6 +601,9 @@ class portUDPout(portAttr):
class portUDPin(portAttr): class portUDPin(portAttr):
legend = u"Port UDP ouvert depuis l'extérieur" legend = u"Port UDP ouvert depuis l'extérieur"
class exempt(Attr):
legend = u"Exemption vers une IP"
class prise(Attr): class prise(Attr):
singlevalue = True singlevalue = True
optional = True optional = True