Changeset 229

Show
Ignore:
Timestamp:
03/09/07 15:47:05 (2 years ago)
Author:
kindlund
Message:

Reliability fix: Commented out fw-output/ logging that was being made by the FW.pm library, since it was filling up the Honeywall VM filesystem rather quickly.

Files:

Legend:

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

    r197 r229  
    425425#   _load_interfaces(); 
    426426# Peform a full backup of the existing rules 
    427         _doFullBackup($outputdir); 
     427# TODO: Uncomment and resolve this, eventually. 
     428# It has been disabled for now, since it was filling up system space on the 
     429# Honeywall VM. 
     430#       _doFullBackup($outputdir); 
    428431 
    429432# set ip forwarding to 0.  The script initially turns all forwarding off while it loads the firewall policy.