瀏覽代碼

Added 'forward' action

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):