]> git.neil.brown.name Git - history.git/commit
[BRIDGE]: Fix problems with filtering and defragmentation.
authorStephen Hemminger <shemminger@osdl.org>
Mon, 9 Aug 2004 09:40:29 +0000 (02:40 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Mon, 9 Aug 2004 09:40:29 +0000 (02:40 -0700)
commit5b4596c7e3ff02e1d694e498f539745bacf6d98e
tree046de049d28b8bf84c01f62d41a28ebf084a6bd7
parent2b5be1a70f4d64c7f20db984019df0a329dd2507
[BRIDGE]: Fix problems with filtering and defragmentation.

Dave, this patch from Bart De Schuymer <bdschuym@pandora.be> fixes problems
when using filtering and defragmentation.  The bridge needs to enforce the
MTU restriction after going through the filtering chain not before, because
the incoming filter may have reassembled an IP packet, that then needs to
be fragmented on the output chain.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@redhat.com>
net/bridge/br_forward.c