CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2015/07/28 18:04:03
Modified files: sys/net : if.c if_ethersubr.c if_loop.c sys/netinet : ip_ether.c ip_gre.c sys/netmpls : mpls.h mpls_input.c Log message: Don't use mpls_input() as input handler anymore and instead call it directly. Also protect non mp-safe functions while at it. ok mpi@.