Re: [PATCH net-next 04/13] ipvlan: Support IPv6 in macnat mode.

From: Jakub Kicinski

Date: Tue Nov 18 2025 - 20:23:07 EST


On Tue, 18 Nov 2025 13:00:36 +0300 Dmitry Skorodumov wrote:
> To make IPv6 work with macnat mode, need to
> process the TX-path:
> * Replace Source-ll-addr in Solicitation ndisc,
> * Replace Target-ll-addr in Advertisement ndisc
>
> No need to do anything in RX-path

drivers/net/ipvlan/ipvlan_core.c:343:18: warning: variable 'orig_skb' set but not used [-Wunused-but-set-variable]
343 | struct sk_buff *orig_skb = skb;
| ^