On Fri, Jul 4, 2025 at 2:37 AM Gabriel Goller <g.gol...@proxmox.com> 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.