CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/12/11 01:45:44
Modified files: sys/net : pf.c Log message: Do not use "struct route" when it is not necessary. This structure is now only used to pass a cached route entry to ip{6,}_output() which will be converted shortly. With inputs from millert@, ok bluhm@