netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Jan Springl <steven@springl.ukfsn.org>
To: netfilter-devel@vger.kernel.org
Subject: Possible bug with ip6tables hl module.
Date: Sat, 8 Jan 2011 00:38:34 +0000	[thread overview]
Message-ID: <201101080038.34932.steven@springl.ukfsn.org> (raw)

Hello

I am using ip6tables 1.4.10 and kernel 2.6.37.

If I type the following command:

ip6tables -A INPUT -m length --length 100 -m hl --hl-gt 100 -j ACCEPT

It works.

If I swap the length and hl options around:

ip6tables -A INPUT -m hl --hl-gt 100 -m length --length 100 -j ACCEPT

It fails with the following message:

ip6tables v1.4.10: Can't specify HL option twice

Steven.



             reply	other threads:[~2011-01-08  0:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-08  0:38 Steven Jan Springl [this message]
2011-01-08  1:38 ` Possible bug with ip6tables hl module Jan Engelhardt
2011-01-09 21:14   ` Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201101080038.34932.steven@springl.ukfsn.org \
    --to=steven@springl.ukfsn.org \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).