mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 19:30:44 +01:00
Replace leading spaces with tabs -- round 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6008 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ca7e844869
commit
e1088b92bf
@ -55,7 +55,7 @@ our @EXPORT = qw(ALLIPv4
|
||||
$command
|
||||
$doing
|
||||
$done
|
||||
$verbose
|
||||
$verbose
|
||||
);
|
||||
our @EXPORT_OK = ();
|
||||
our @VERSION = 1.00;
|
||||
|
@ -31,25 +31,25 @@ use File::Basename;
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw(
|
||||
warning_message
|
||||
fatal_error
|
||||
find_file
|
||||
split_line
|
||||
open_file
|
||||
close_file
|
||||
push_open
|
||||
pop_open
|
||||
read_a_line
|
||||
get_configuration
|
||||
require_capability
|
||||
report_capabilities
|
||||
propagateconfig
|
||||
append_file
|
||||
run_user_exit
|
||||
generate_aux_config
|
||||
fatal_error
|
||||
find_file
|
||||
split_line
|
||||
open_file
|
||||
close_file
|
||||
push_open
|
||||
pop_open
|
||||
read_a_line
|
||||
get_configuration
|
||||
require_capability
|
||||
report_capabilities
|
||||
propagateconfig
|
||||
append_file
|
||||
run_user_exit
|
||||
generate_aux_config
|
||||
|
||||
%config
|
||||
%globals
|
||||
%capabilities );
|
||||
%config
|
||||
%globals
|
||||
%capabilities );
|
||||
our @EXPORT_OK = ();
|
||||
our @VERSION = 1.00;
|
||||
|
||||
|
@ -33,7 +33,7 @@ our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw( add_group_to_zone
|
||||
validate_interfaces_file
|
||||
known_interface
|
||||
interface_is_optional
|
||||
interface_is_optional
|
||||
find_interfaces_by_option
|
||||
get_interface_option
|
||||
|
||||
@ -119,7 +119,7 @@ sub validate_interfaces_file()
|
||||
{
|
||||
use constant { SIMPLE_IF_OPTION => 1,
|
||||
BINARY_IF_OPTION => 2,
|
||||
ENUM_IF_OPTION => 3 };
|
||||
ENUM_IF_OPTION => 3 };
|
||||
|
||||
my %validoptions = (arp_filter => BINARY_IF_OPTION,
|
||||
arp_ignore => ENUM_IF_OPTION,
|
||||
|
Loading…
Reference in New Issue
Block a user