SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
0000678: ipac: creates multiple rules instead of only one per ipac type - MantisBT
MantisBT - Endian Firewall
View Issue Details
ID
Project
Category
View Status
Date Submitted
Last Update
0000678
Endian Firewall
Firewall (iptables)
public
2008-04-14 15:51
2008-10-08 13:30
Reporter
peter-endian
Assigned To
peter-endian
Priority
urgent
Severity
minor
Reproducibility
have not tried
Status
closed
Resolution
fixed
Platform
OS
OS Version
Product Version
2.2-beta3
Target Version
2.2-rc3
Fixed in Version
2.2-rc3
Customer Importance
Customer Occurrences
Queue
Summary
0000678: ipac: creates multiple rules instead of only one per ipac type
Description
the ipac script creates multiple accopunting rules for the same type.
policyrouting used iptables-edit in an unsynchronized way.
This caused rules to be removed or added twice whenever other
netfilter related scripts have been running between the iptables-save
and iptables-restore.
For now we need to remove iptables-edit and hope that changes in policy
routing rules will not cause to much of downtimes.