Alexander Bluhm <alexander.bl...@gmx.net> writes:
> As documented in sysctl(2) net.inet.ip.forwarding can be 2.
...
>
> Index: netinet/ip_input.c
> ===================================================================
> RCS file: /data/mirror/openbsd/cvs/src/sys/netinet/ip_input.c,v
> retrieving revision 1.353
> diff -u -p -r1.353 ip_input.c
> --- netinet/ip_input.c        11 Jan 2021 13:28:53 -0000      1.353
> +++ netinet/ip_input.c        15 Jan 2021 12:45:41 -0000
> @@ -115,7 +115,7 @@ const struct sysctl_bounded_args ipctl_v
>  #ifdef MROUTING
>       { IPCTL_MRTPROTO, &ip_mrtproto, 1, 0 },
>  #endif
> -     { IPCTL_FORWARDING, &ipforwarding, 0, 1 },

Sorry, that's my mistake. OTOH, we gained some insight into how often
this feature is used. The bug is in 6.8 and you are seem to be the first
one to notice.

Thanks
Greg

Reply via email to