소스 검색

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