Browse Source

Added 'forward' action

Giulio 2 years ago
parent
commit
1be8d162aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      qubes/firewall.py

+ 1 - 0
qubes/firewall.py

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