Show
Ignore:
Timestamp:
04/19/08 15:48:53 (8 months ago)
Author:
kindlund
Message:

Disabled prerouting logging functionality on FW, since it was yielding unpredictable errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Manager/FW.pm

    r1499 r1541  
    896896    $table->commit() or die ("Error: Unable to commit changes to filter table"); 
    897897    # Lets delete our PREROUTING logging 
    898     $result = _deletePreroutingLogging($hashref, $vmname); 
    899     print "got $result in deleteRules\n"; 
     898    #$result = _deletePreroutingLogging($hashref, $vmname); 
     899    #print "got $result in deleteRules\n"; 
    900900    return $result; 
    901901} 
     
    10551055 
    10561056    # Lets create our PREROUTING logging 
    1057     _createPreroutingLogging($hashref, $vmname); 
     1057    #_createPreroutingLogging($hashref, $vmname); 
    10581058 
    10591059    # concatenating chain name to handle "in" chain flow and "out" chain flow