netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible bug with ip6tables hl module.
@ 2011-01-08  0:38 Steven Jan Springl
  2011-01-08  1:38 ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Jan Springl @ 2011-01-08  0:38 UTC (permalink / raw)
  To: netfilter-devel

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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-09 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-08  0:38 Possible bug with ip6tables hl module Steven Jan Springl
2011-01-08  1:38 ` Jan Engelhardt
2011-01-09 21:14   ` Pablo Neira Ayuso

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).