[attributs] Ajout de l'attribut exempt
This commit is contained in:
parent
ae55085054
commit
a879c126af
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue