CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/28 08:19:02
Modified files:
sys/net : pf.c
Log message:
Better check for a valid route than for an existing route in pf
route-to by calling rtisvalid(). Make pf_route() and pf_route6()
similar and move the rtalloc() call to the same place.
OK mpi@
