From 1be8d162aa780a98ff883686c169c307bc9a4d27 Mon Sep 17 00:00:00 2001 From: Giulio Date: Tue, 22 Jun 2021 01:42:24 +0200 Subject: [PATCH] Added 'forward' action --- qubes/firewall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qubes/firewall.py b/qubes/firewall.py index b3b0a3af..2cddce16 100644 --- a/qubes/firewall.py +++ b/qubes/firewall.py @@ -76,6 +76,7 @@ class RuleChoice(RuleOption): class Action(RuleChoice): accept = 'accept' drop = 'drop' + forward= = 'forward' @property def rule(self):