forked from extern/shorewall_code
Handle ':' as the entry in the MARK column
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8427 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ba0b8056ff
commit
8761025201
@ -184,7 +184,7 @@ sub process_tc_rule( $$$$$$$$$$$ ) {
|
||||
|
||||
my ( $mark, $designator, $remainder ) = split( /:/, $originalmark, 3 );
|
||||
|
||||
fatal_error "Invalid MARK ($originalmark)" if defined $remainder || ! defined $mark;
|
||||
fatal_error "Invalid MARK ($originalmark)" if defined $remainder || ! defined $mark || $mark eq '';
|
||||
|
||||
my $chain = $globals{MARKING_CHAIN};
|
||||
my $target = 'MARK --set-mark';
|
||||
|
Loading…
Reference in New Issue
Block a user