From 9f3534dc1f6b11450b15683d9f750572c14e0f1b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 4 Mar 2020 14:55:52 -0800 Subject: [PATCH] Correct Docker-related typos in Compiler.pm Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Compiler.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index c8977bd4b..b0c079d27 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -270,8 +270,8 @@ sub generate_script_2() { ); emit( 'chain_exists DOCKER-INGRESS && g_dockeringress=Yes' ); emit( 'chain_exists DOCKER-USER && g_dockeruser=Yes' ); - emit( 'chain_exists DOCKER-ISOLATION && dockeriso=Yes' ); - emit( 'chain_exists DOCKER-ISOLATION-STAGE-1 && dockerisostage=Yes' ); + emit( 'chain_exists DOCKER-ISOLATION && g_dockeriso=Yes' ); + emit( 'chain_exists DOCKER-ISOLATION-STAGE-1 && g_dockerisostage=Yes' ); } pop_indent;