Changeset 1541 for honeyclient/trunk
- Timestamp:
- 04/19/08 15:48:53 (8 months ago)
- Files:
-
- honeyclient/trunk/lib/HoneyClient/Manager/FW.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Manager/FW.pm
r1499 r1541 896 896 $table->commit() or die ("Error: Unable to commit changes to filter table"); 897 897 # 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"; 900 900 return $result; 901 901 } … … 1055 1055 1056 1056 # Lets create our PREROUTING logging 1057 _createPreroutingLogging($hashref, $vmname);1057 #_createPreroutingLogging($hashref, $vmname); 1058 1058 1059 1059 # concatenating chain name to handle "in" chain flow and "out" chain flow
