]> git.proxmox.com Git - pve-firewall.git/commitdiff
fwtester: do not count ENTER/LEAVE
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 14 May 2014 15:02:55 +0000 (17:02 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 14 May 2014 15:02:55 +0000 (17:02 +0200)
test/fwtester.pl

index 7a21fc9ed3e9f70b04a553ab18f0a763a9227c0d..6a9c408e9152330a8b165f78d75a3f7162037321 100755 (executable)
@@ -131,7 +131,7 @@ sub ruleset_simulate_chain {
 
     add_trace("ENTER chain $chain\n");
     
-    my $counter = 2; # ENTER + LEAVE = 2
+    my $counter = 0;
 
     if ($chain eq 'PVEFW-Drop') {
        add_trace("LEAVE chain $chain\n");