Explorar o código

Added 'forward' action

Giulio %!s(int64=2) %!d(string=hai) anos
pai
achega
fcc2ce94e7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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):