Added 'forward' action
This commit is contained in:
parent
9e39f1d207
commit
1be8d162aa
@ -76,6 +76,7 @@ class RuleChoice(RuleOption):
|
||||
class Action(RuleChoice):
|
||||
accept = 'accept'
|
||||
drop = 'drop'
|
||||
forward= = 'forward'
|
||||
|
||||
@property
|
||||
def rule(self):
|
||||
|
Loading…
Reference in New Issue
Block a user