Package: shorewall Version: 4.5.21.1-1 Followup-For: Bug #726306 Dear Maintainer,
I could fix this problem by applying the following change in /usr/share/shorewall/Shorewall/Tc.pm; --- Tc.pm.orig 2013-10-14 23:58:48.667300922 +1100 +++ Tc.pm 2013-10-15 09:48:25.831024113 +1100 @@ -645,7 +645,7 @@ unless ( $classid ) { { - if ( $cmd =~ /^([[A-Z!&]+)/ ) { + if ( $cmd =~ /^([[A-Z|&]+)/ ) { if ( my $tccmd = $tccmd{$1} ) { fatal_error "Invalid $1 ACTION ($originalmark)" unless $tccmd->{match}($cmd); fatal_error "$mark not valid with :C[FPT]" if $connmark; It seems to be a hard to spot typo with '!' instead of '|'. I believe it is also be possible to work around this bug by using '0x10/0xf0' masks on the mark instead of '|0x10' or'ing. This has slightly different semantics but should be able to achieve the same effect for many uses. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing'), (300, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages shorewall depends on: ii bc 1.06.95-8 ii debconf [debconf-2.0] 1.5.51 ii iproute 1:3.11.0-1 ii iptables 1.4.20-2 ii perl-modules 5.18.1-4 ii shorewall-core 4.5.21.1-1 shorewall recommends no packages. Versions of packages shorewall suggests: ii make 3.81-8.2 ii shorewall-doc 4.5.21-1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org