Added 'forward' action
This commit is contained in:
parent
30ab52dfd8
commit
fcc2ce94e7
@ -66,6 +66,7 @@ class Action(RuleChoice):
|
||||
'''Rule action'''
|
||||
accept = 'accept'
|
||||
drop = 'drop'
|
||||
forward = 'forward'
|
||||
|
||||
@property
|
||||
def rule(self):
|
||||
|
Loading…
Reference in New Issue
Block a user