* [PATCH:RFC 2/5] bridge-netfilter: update a comment in br_forward.c about ip_fragment()
@ 2010-03-30 14:16 Bart De Schuymer
2010-04-13 9:42 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Bart De Schuymer @ 2010-03-30 14:16 UTC (permalink / raw)
To: Netfilter Developer Mailing List, Stephen Hemminger
bridge-netfilter: update a comment in br_forward.c about ip_fragment()
ip_refrag isn't used anymore in the bridge-netfilter code
Signed-off-by: Bart De Schuymer <bdschuym@pandora.be>
--- linux-2.6.33/net/bridge/br_forward.c 2010-02-24 19:52:17.000000000 +0100
+++ linux-2.6.33-uml/net/bridge/br_forward.c 2010-03-30 09:45:27.000000000 +0200
@@ -37,7 +37,7 @@ int br_dev_queue_push_xmit(struct sk_buf
if (packet_length(skb) > skb->dev->mtu && !skb_is_gso(skb))
kfree_skb(skb);
else {
- /* ip_refrag calls ip_fragment, doesn't copy the MAC header. */
+ /* ip_fragment doesn't copy the MAC header */
if (nf_bridge_maybe_copy_header(skb))
kfree_skb(skb);
else {
--
Bart De Schuymer
www.artinalgorithms.be
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH:RFC 2/5] bridge-netfilter: update a comment in br_forward.c about ip_fragment()
2010-03-30 14:16 [PATCH:RFC 2/5] bridge-netfilter: update a comment in br_forward.c about ip_fragment() Bart De Schuymer
@ 2010-04-13 9:42 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2010-04-13 9:42 UTC (permalink / raw)
To: Bart De Schuymer; +Cc: Netfilter Developer Mailing List, Stephen Hemminger
Bart De Schuymer wrote:
> bridge-netfilter: update a comment in br_forward.c about ip_fragment()
>
> ip_refrag isn't used anymore in the bridge-netfilter code
Also applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-13 9:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-30 14:16 [PATCH:RFC 2/5] bridge-netfilter: update a comment in br_forward.c about ip_fragment() Bart De Schuymer
2010-04-13 9:42 ` Patrick McHardy
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).