Added 'forward' action

This commit is contained in:
Giulio 2021-06-22 01:42:24 +02:00
parent 9e39f1d207
commit 1be8d162aa

View File

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