CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/11 12:48:50
Modified files:
sys/netinet : ip_output.c
Log message:
There is no need to do the route lookups twice just because of IPSec.
Merge the two blocks into one that is executed before the IPSec tdb lookup.
OK mpi@ which had a sent out a similar diff around 3 years ago.
