Skip to content

Commit 4764e22

Browse files
Added new action type attack_status
1 parent 3b1b9d6 commit 4764e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notify_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Uncoment to see all available data
2020
# logging.info("Decoded details from JSON: " + pprint.pformat(parsed_details))
2121

22-
# Action could be: ban, unban for BGP Blackhole mode and partial_block, partial_unblock for BGP Flow Spec mode
22+
# Action could be: ban, unban, attack_status for BGP Blackhole mode and partial_block, partial_unblock for BGP Flow Spec mode
2323
action = parsed_details["action"]
2424

2525
# Can be empty, per_host or hostgroup

0 commit comments

Comments
 (0)