forked from extern/shorewall_code
Compensate for bugs in the latest CPerl emacs extension
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1db79a91eb
commit
65b16a1acf
@ -36,7 +36,7 @@ use Shorewall::IPAddrs;
|
|||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw(
|
our @EXPORT = qw/
|
||||||
DONT_OPTIMIZE
|
DONT_OPTIMIZE
|
||||||
DONT_DELETE
|
DONT_DELETE
|
||||||
DONT_MOVE
|
DONT_MOVE
|
||||||
@ -86,10 +86,10 @@ our @EXPORT = qw(
|
|||||||
$nat_table
|
$nat_table
|
||||||
$mangle_table
|
$mangle_table
|
||||||
$filter_table
|
$filter_table
|
||||||
);
|
/;
|
||||||
|
|
||||||
our %EXPORT_TAGS = (
|
our %EXPORT_TAGS = (
|
||||||
internal => [ qw( STANDARD
|
internal => [ qw/ STANDARD
|
||||||
NATRULE
|
NATRULE
|
||||||
BUILTIN
|
BUILTIN
|
||||||
NONAT
|
NONAT
|
||||||
@ -244,7 +244,7 @@ our %EXPORT_TAGS = (
|
|||||||
create_stop_load
|
create_stop_load
|
||||||
%targets
|
%targets
|
||||||
%dscpmap
|
%dscpmap
|
||||||
) ],
|
/ ],
|
||||||
);
|
);
|
||||||
|
|
||||||
Exporter::export_ok_tags('internal');
|
Exporter::export_ok_tags('internal');
|
||||||
|
Loading…
Reference in New Issue
Block a user