All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Ido Schimmel <idosch@nvidia.com>
Cc: netdev@vger.kernel.org, bridge@lists.linux.dev,
	davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, razor@blackwall.org,
	venkat.x.venkatsubra@oracle.com, horms@kernel.org, fw@strlen.de
Subject: Re: [PATCH net] bridge: netfilter: Fix forwarding of fragmented packets
Date: Sat, 17 May 2025 01:55:42 +0200	[thread overview]
Message-ID: <aCfQfq_FEwa98RCw@calendula> (raw)
In-Reply-To: <20250515084848.727706-1-idosch@nvidia.com>

On Thu, May 15, 2025 at 11:48:48AM +0300, Ido Schimmel wrote:
[...]
> diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h
> index d5b3c5936a79..4715a8d6dc32 100644
> --- a/net/bridge/br_private.h
> +++ b/net/bridge/br_private.h
> @@ -505,6 +505,7 @@ struct net_bridge {
>  		struct rtable		fake_rtable;
>  		struct rt6_info		fake_rt6_info;
>  	};

This is missing #ifdef to restrict it to bridge netfilter.

> +	u32				metrics[RTAX_MAX];
>  #endif
>  	u16				group_fwd_mask;
>  	u16				group_fwd_mask_required;
> -- 
> 2.49.0
> 

  parent reply	other threads:[~2025-05-16 23:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-15  8:48 [PATCH net] bridge: netfilter: Fix forwarding of fragmented packets Ido Schimmel
2025-05-15 15:36 ` Nikolay Aleksandrov
2025-05-16 23:10 ` patchwork-bot+netdevbpf
2025-05-16 23:55 ` Pablo Neira Ayuso [this message]
2025-05-18  6:47   ` Ido Schimmel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aCfQfq_FEwa98RCw@calendula \
    --to=pablo@netfilter.org \
    --cc=bridge@lists.linux.dev \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=razor@blackwall.org \
    --cc=venkat.x.venkatsubra@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.