CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/23 06:26:28
Modified files:
sys/net : pf.c
Log message:
Pass a route entry to if_output() instead of relying on arpresolve() magic.
This refactoring aims to reduce the number of places where a route entry is
inserted in the routing table.
ok bluhm@
