mirror of
https://gitlab.com/shorewall/code.git
synced 2025-04-30 06:04:27 +02:00
Bump Nat.pm version; remove inadvertent paste
This commit is contained in:
parent
5793246d7c
commit
8fdbb6f252
@ -623,9 +623,7 @@ sub compiler {
|
|||||||
validate_interfaces_file ( $export );
|
validate_interfaces_file ( $export );
|
||||||
#
|
#
|
||||||
# Process the hosts file.
|
# Process the hosts file.
|
||||||
# # We must reinitialize Shorewall::Chains before generating the iptables-restore input
|
#
|
||||||
# for stopping the firewall
|
|
||||||
|
|
||||||
validate_hosts_file;
|
validate_hosts_file;
|
||||||
#
|
#
|
||||||
# Report zone contents
|
# Report zone contents
|
||||||
|
@ -36,7 +36,7 @@ use strict;
|
|||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw( setup_masq setup_nat setup_netmap add_addresses );
|
our @EXPORT = qw( setup_masq setup_nat setup_netmap add_addresses );
|
||||||
our @EXPORT_OK = ();
|
our @EXPORT_OK = ();
|
||||||
our $VERSION = '4.4_1';
|
our $VERSION = '4.4_2';
|
||||||
|
|
||||||
our @addresses_to_add;
|
our @addresses_to_add;
|
||||||
our %addresses_to_add;
|
our %addresses_to_add;
|
||||||
|
Loading…
Reference in New Issue
Block a user