Skip to content

Commit

Permalink
Allow config action to be used in local rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert authored May 21, 2021
1 parent d2988a4 commit 8a4bda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idstools/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# Rule actions we expect to see.
actions = (
"alert", "log", "pass", "activate", "dynamic", "drop", "reject", "sdrop")
"alert", "config", "log", "pass", "activate", "dynamic", "drop", "reject", "sdrop")

class Rule(dict):
"""Class representing a rule.
Expand Down

0 comments on commit 8a4bda2

Please # to comment.