CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/21 08:23:18
Modified files:
sys/net : pf.c
Log message:
In pf_route() and pf_route6() the !r->rt case was only used by
af-to. pf_route6() called ip6_output() to do the work while
pf_route() had some custom implementation for that. It is simpler
to call ip_output() or ip6_output() from pf_test() directly.
OK procter@ sashan@
