From 3120bb37d1d8cefe5bab100533d28a9b5a5c7cae Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 16 Jan 2012 10:07:18 -0800 Subject: [PATCH] Reload load distribution chains during 'refresh' Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Compiler.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index 1d6496e61..b821f1721 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -487,6 +487,7 @@ else if [ \$COMMAND = refresh ]; then chainlist_reload EOF + setup_load_distribution; setup_forwarding( $family , 0 ); emit<<"EOF";