From b985654600ca7155290e5e377cf835ee187e6626 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 23 Jan 2017 11:54:40 -0800 Subject: [PATCH] Correct typo in heading of Reject and Drop actions Signed-off-by: Tom Eastep --- Shorewall/Actions/action.Drop | 2 +- Shorewall/Actions/action.Reject | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Actions/action.Drop b/Shorewall/Actions/action.Drop index 5e3e81654..ef5610608 100644 --- a/Shorewall/Actions/action.Drop +++ b/Shorewall/Actions/action.Drop @@ -20,7 +20,7 @@ # depending on the setting of the first parameter. # 4 - Action to take with required ICMP packets. Default is ACCEPT or # A_ACCEPT depending on the first parameter. -# 5 - Action to take with late UDP replies (UDP source port 53). Default +# 5 - Action to take with late DNS replies (UDP source port 53). Default # is DROP or A_DROP depending on the first parameter. # 6 - Action to take with UPnP packets. Default is DROP or A_DROP # depending on the first parameter. diff --git a/Shorewall/Actions/action.Reject b/Shorewall/Actions/action.Reject index 48eda55ef..b9fdd9caf 100644 --- a/Shorewall/Actions/action.Reject +++ b/Shorewall/Actions/action.Reject @@ -20,7 +20,7 @@ # depending on the setting of the first parameter. # 4 - Action to take with required ICMP packets. Default is ACCEPT or # A_ACCEPT depending on the first parameter. -# 5 - Action to take with late UDP replies (UDP source port 53). Default +# 5 - Action to take with late DNS replies (UDP source port 53). Default # is DROP or A_DROP depending on the first parameter. # 6 - Action to take with UPnP packets. Default is DROP or A_DROP # depending on the first parameter.