CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/04/29 02:55:03
Modified files: sys/net : if_pflog.c if_pflow.c if_pfsync.c Log message: Make if_output() return EAFNOSUPPORT instead of just dropping packets and pretending the output succeeded. Packets are still dropped! Idea from jsg@ following same change to bridge(4). ok mpi@