CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/07/08 01:29:24
Modified files: sys/net : route.h Log message: RTF_LOCAL and RTF_BROADCAST must not be settable by userland. Note that current code is safe because an explicit check exists in route_output(). Pointed out by claudio@ while reviewing another diff.