From f6b7eb4ea06589c10eec3254813b819f28e49a70 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 25 Apr 2016 12:27:00 -0700 Subject: [PATCH 1/2] Correct handling of persistent provider with no IP address Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Providers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Providers.pm b/Shorewall/Perl/Shorewall/Providers.pm index 4dd6ac8bc..792e014f9 100644 --- a/Shorewall/Perl/Shorewall/Providers.pm +++ b/Shorewall/Perl/Shorewall/Providers.pm @@ -1096,7 +1096,7 @@ CEOF if ( $optional ) { if ( $persistent ) { - emit( "persistent_${what}_${table}\n" ); + emit( "do_persistent_${what}_${table}\n" ); } if ( $shared ) { From 67c2587890785e78692c1df407ff981d91e2e432 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 25 Apr 2016 09:00:45 -0700 Subject: [PATCH 2/2] Correct typos in the Events article Signed-off-by: Tom Eastep --- docs/Events.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Events.xml b/docs/Events.xml index 74ff72c65..9c166daec 100644 --- a/docs/Events.xml +++ b/docs/Events.xml @@ -204,7 +204,7 @@ If the action involves logging, then this parameter specifies the disposition that will appear in the log entry prefix. If no disposition - is given, the log prefix is determines normally. The default is + is given, the log prefix is determined normally. The default is ACCEPT. @@ -258,7 +258,7 @@ If the action involves logging, then this parameter specifies the disposition that will appear in the log entry prefix. If no disposition - is given, the log prefix is determines normally. + is given, the log prefix is determined normally. @@ -404,7 +404,7 @@ If the action involves logging, then this parameter specifies the disposition that will appear in the log entry prefix. If no disposition - is given, the log prefix is determines normally. + is given, the log prefix is determined normally.