netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Matching MLD with ip6tables
@ 2015-05-01  2:56 Linus Lüssing
  2015-05-01  6:33 ` Jan Engelhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Linus Lüssing @ 2015-05-01  2:56 UTC (permalink / raw)
  To: netfilter-devel

Hi,

According to RFC4890 ("Recommendations for Filtering ICMPv6
Messages in Firewalls"), page 35, a rule like this should match
MLD packets:

$ ip6tables -A icmpv6-filter -p icmpv6 --icmpv6-type {130,131,132,143} ...

However, this does not seem to work for me. My guess is that it
does not match because --protocol is not 'icmpv6' but actually
the hop-by-hop-option first. Is this a bug in the RFC (and if so,
should I report it on some IETF mailing list?)?

Also, is there a way to somehow match IPv6 protocols with IPv6
options in between?

Cheers, Linus

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

end of thread, other threads:[~2015-06-16 14:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01  2:56 Matching MLD with ip6tables Linus Lüssing
2015-05-01  6:33 ` Jan Engelhardt
2015-05-02  8:58   ` Linus Lüssing
2015-06-16  5:45   ` Linus Lüssing
2015-06-16  7:17     ` Jan Engelhardt
2015-06-16 14:52       ` Linus Lüssing

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