Skip to content

Commit

Permalink
Message typofix "droping TCP RST packets"
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNe authored Apr 14, 2020
1 parent e5ad170 commit 6c9c1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/firehol
Original file line number Diff line number Diff line change
Expand Up @@ -11838,7 +11838,7 @@ firewall_filtering_policy_common_late() {

if [ "${FIREHOL_DROP_ORPHAN_TCP_RST}" = "1" ]
then
set_work_function "Silently droping TCP ACK packets (option: FIREHOL_DROP_ORPHAN_TCP_RST)"
set_work_function "Silently droping TCP RST packets (option: FIREHOL_DROP_ORPHAN_TCP_RST)"

# Silently drop orphan TCP/RST packets
# before droping INVALID below, otherwise these will be logged as INVALID too
Expand Down

0 comments on commit 6c9c1b5

Please sign in to comment.