netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IPV6 nf defrag does not work
@ 2013-10-29 10:52 Jiri Pirko
  2013-10-29 11:56 ` Florian Westphal
  2013-10-29 14:30 ` Jiri Pirko
  0 siblings, 2 replies; 4+ messages in thread
From: Jiri Pirko @ 2013-10-29 10:52 UTC (permalink / raw)
  To: netdev; +Cc: pablo, netfilter-devel, yoshfuji, kadlec, kaber

Hi All.

On the current net-next if you on HOSTA do:
ip6tables -I INPUT -p icmpv6 -j DROP
ip6tables -I INPUT -p icmpv6 -m icmp6 --icmpv6-type 128 -j ACCEPT

and on HOSTB you do:
ping6 HOSTA -s2000    (MTU is 1500)

Only the first ICMP echo request will be passed through, the rest is not
passed on HOSTA. This issue does not occur with smaller packets than MTU (where
fragmentation does not happen).

I'm trying to find out where the problem is.

Any quick ideas?

Thanks

Jiri

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

end of thread, other threads:[~2013-10-29 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 10:52 IPV6 nf defrag does not work Jiri Pirko
2013-10-29 11:56 ` Florian Westphal
2013-10-29 12:03   ` Jiri Pirko
2013-10-29 14:30 ` Jiri Pirko

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