From c0d5a32d11d087cf328a76592d15e8b4c52c8663 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 21 Jan 2011 06:56:30 -0800 Subject: [PATCH] Fix typo in alignment patch --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 8315ce9e3..1dd63ae00 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -312,7 +312,7 @@ our $tc; # Path to tc our $ip; # Path to ip use constant { MIN_VERBOSITY => -1, - AX_VERBOSITY => 2 , + MAX_VERBOSITY => 2 , F_IPV4 => 4, F_IPV6 => 6, };