forked from extern/shorewall_code
Fix fly-speck in prog.header
This commit is contained in:
parent
9d0bff62fa
commit
b9a086c7f2
@ -20,8 +20,8 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
# This module contains the low-level processing code for Actions. It is separate
|
# This module contains the action variables and routines needed by both the Policy
|
||||||
# from Rules.pm so that it can be used by the Policy module.
|
# and rules modules.
|
||||||
#
|
#
|
||||||
package Shorewall::Actions;
|
package Shorewall::Actions;
|
||||||
require Exporter;
|
require Exporter;
|
||||||
|
@ -603,7 +603,7 @@ delete_proxyarp() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
\#
|
#
|
||||||
# Remove all Shorewall-added rules
|
# Remove all Shorewall-added rules
|
||||||
#
|
#
|
||||||
clear_firewall() {
|
clear_firewall() {
|
||||||
|
Loading…
Reference in New Issue
Block a user