Added 'forward' action

This commit is contained in:
Giulio 2021-06-22 01:40:37 +02:00
parent 30ab52dfd8
commit fcc2ce94e7

View File

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