> -----Messaggio originale-----
> Da: Tom Eastep [mailto:[email protected]]
> 
> On 10/23/2016 07:03 AM, [email protected] wrote:
> > --- Tc.pm.orig  2016-10-23 07:41:55.000000000 +0200 +++ Tc.pm
> > 2016-10-23 15:46:38.282562876 +0200 @@ -827,7 +827,7 @@ fatal_error
> > "Invalid 'occurs' ($val)" unless defined $occurs && $occurs > 1 &&
> > $occurs <= 256; fatal_error "Invalid 'occurs' ($val)" if $occurs >
> > $globals{TC_MAX}; fatal_error q(Duplicate 'occurs') if
> > $tcref->{occurs} > 1; -               fatal_error q(The 'occurs'
> > option is not valid with 'default')      if $devref->{default} ==
> > $classnumber; +               fatal_error q(The 'occurs' option is
> > not valid with 'default')      if defined($devref->{default}) &&
> > $devref->{default} == $classnumber; fatal_error q(The 'occurs'
> > option is not valid with 'tos') if @{$tcref->{tos}}; warning_message
> > "MARK ($mark) is ignored on an occurring class"
> > if $mark ne '-';
> 
> Unfortunately, your mailer has mangled the patch. Please resend as an
> attachment.

Sorry, please see  the attachment. 

Thanks, Luigi

Attachment: shorewall-tcclasses-occurs-default.patch
Description: Binary data

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to