/etc/webmin/firewall
Updates
Created a "simple" interface which is disabled by default
(can be set via module config yes/no radio button).
Simple mode only shows the basic firewall configuration
directives such as rule target (jump to), source IP,
destination IP, and interface. Other settings are hidden
which eliminates page scrolling when adding simple
drop rules based on IP or ip ranges.
Config
- Added simple_edit=0 to default to complex edit mode
Config.info
- Added a simple_edit rule to allow user to set the
system to "simple edit" mode
Edit_rule.cgi
- Added variable my $simple = $config{'simple_edit'} to
provide accessor to simple mode editing
- Added a few if ($simple) sections to take out some of
the "heavy" iptables fields during edit mode
BTW - how do you prefer patches be submitted? If by
the CVS system then you need to disable
PreservePermissions in your CVS config as most newer
CVS clients do not support this (including the default
version on RHEL4).
Firewall Edit Rule Change Files