From 9d3f35a22d2d8b1d1f470a9f97c5fc6e12bb19fc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 16 Aug 2015 11:57:36 -0700 Subject: [PATCH] Enable new update options in compiler.pl Signed-off-by: Tom Eastep --- Shorewall/Perl/compiler.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall/Perl/compiler.pl b/Shorewall/Perl/compiler.pl index a2a71a220..19b26bef9 100755 --- a/Shorewall/Perl/compiler.pl +++ b/Shorewall/Perl/compiler.pl @@ -179,4 +179,6 @@ compiler( script => $ARGV[0] || '', shorewallrc1 => $shorewallrc1, inline => $inline, tcrules => $tcrules, + routestopped => $routestopped, + notrack => $notrack, );