Re: [PATCH net-next v4] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
From: Kuniyuki Iwashima
Date: Fri Jul 04 2025 - 14:08:32 EST
On Fri, Jul 4, 2025 at 2:37 AM Gabriel Goller <g.goller@xxxxxxxxxxx> wrote:
[...]
> >> +
> >> + tmp_ctl.extra1 = SYSCTL_ZERO;
> >> + tmp_ctl.extra2 = SYSCTL_ONE;
> >
> >As you are copying *ctl, please specify this in addrconf_sysctl[].
>
> Umm how would I do that? Do you want me to add a comment explaining it?
> I need extra1 and extra2 to be the network device so that I can set
> NETCONFA_FORCE_FORWARDING but I also want to use proc_douintvec_minmax.
Ah, I simply missed the net/idev use, please ignore my comment here.