Giulio 2 жил өмнө
parent
commit
fcc2ce94e7

+ 1 - 0
qubesadmin/firewall.py

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