CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/14 06:25:01
Modified files:
sys/net : if_pfsync.c pf.c pfvar.h
Log message:
Instead of passing an extra mbuf pointer to pf_route(), it should
just use pd->m. Then pf_test() can also operate on pd.m and set
the *m0 value in the caller just before it returns.
OK sashan@
