From: Florian Westphal <fw@strlen.de>
To: Fernando Fernandez Mancera <fmancera@suse.de>
Cc: netfilter-devel@vger.kernel.org, coreteam@netfilter.org
Subject: Re: [PATCH nft] meta: introduce meta ibrhwdr support
Date: Mon, 13 Oct 2025 21:47:05 +0200 [thread overview]
Message-ID: <aO1XOREzSUUgROcy@strlen.de> (raw)
In-Reply-To: <20250902113529.5456-1-fmancera@suse.de>
Fernando Fernandez Mancera <fmancera@suse.de> wrote:
> Can be used in bridge prerouting hook to redirect the packet to the
> receiving physical device for processing.
>
> table bridge nat {
> chain PREROUTING {
> type filter hook prerouting priority 0; policy accept;
> ether daddr de:ad:00:00:be:ef meta pkttype set host ether daddr set meta ibrhwdr accept
> }
> }
Pablo, does the above ok to you?
I am not sure about 'ibrhwdr'.
Will there be an 'obrhwdr'? Or is it for consistency because
its envisioned to be used in incoming direction?
Patch LGTM, I would apply this and the libnftnl dependency.
next prev parent reply other threads:[~2025-10-13 19:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-02 11:35 [PATCH nft] meta: introduce meta ibrhwdr support Fernando Fernandez Mancera
2025-10-13 19:47 ` Florian Westphal [this message]
2025-10-13 20:39 ` Pablo Neira Ayuso
2025-10-14 7:32 ` Fernando Fernandez Mancera
2025-10-14 11:12 ` Florian Westphal
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=aO1XOREzSUUgROcy@strlen.de \
--to=fw@strlen.de \
--cc=coreteam@netfilter.org \
--cc=fmancera@suse.de \
--cc=netfilter-devel@vger.kernel.org \
/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.