CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2017/02/27 12:16:56
Modified files: sys/kern : uipc_domain.c sys/sys : sysctl.h sys/netmpls : mpls.h mpls_input.c mpls_proto.c mpls_raw.c Log message: Retire the AF_MPLS protosw struct. Nothing is using it and the code was super basic anyway. Simplifies the code a lot also by calling the mpls sysctl no longer via the protosw but instead directly. OK mpi@ on a previous diff. Also tested by renato@ who actually found a bug which is now fixed.