Giulio пре 2 година
родитељ
комит
fcc2ce94e7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      qubesadmin/firewall.py

+ 1 - 0
qubesadmin/firewall.py

@@ -66,6 +66,7 @@ class Action(RuleChoice):
     '''Rule action'''
     accept = 'accept'
     drop = 'drop'
+    forward = 'forward'
 
     @property
     def rule(self):