Re: [PATCH] remove sysctl net.mpls.maxloop_inkernel

2019-11-05 Thread Claudio Jeker
On Mon, Nov 04, 2019 at 06:42:20AM -0500, tho...@habets.se wrote: > (adding claudio as the most recent contributor) > > As per https://marc.info/?l=openbsd-misc&m=157191651123338&w=2 this is > no longer used and can be removed. > > Before: > $ sysctl -a | grep mpls > net.mpls.ttl=255 > net.mpls.m

Re: [PATCH] remove sysctl net.mpls.maxloop_inkernel

2019-11-04 Thread thomas
(adding claudio as the most recent contributor) As per https://marc.info/?l=openbsd-misc&m=157191651123338&w=2 this is no longer used and can be removed. Before: $ sysctl -a | grep mpls net.mpls.ttl=255 net.mpls.maxloop_inkernel=16 net.mpls.mapttl_ip=1 net.mpls.mapttl_ip6=0 After: $ sysctl -a |

[PATCH] remove sysctl net.mpls.maxloop_inkernel

2019-10-29 Thread thomas
As per https://marc.info/?l=openbsd-misc&m=157191651123338&w=2 this is no longer used and can be removed. Before: $ sysctl -a | grep mpls net.mpls.ttl=255 net.mpls.maxloop_inkernel=16 net.mpls.mapttl_ip=1 net.mpls.mapttl_ip6=0 After: $ sysctl -a | grep mpls net.mpls.ttl=255 net.mpls.mapttl_ip=1 n