Module Name: src Committed By: rmind Date: Sat Jun 8 03:26:05 UTC 2013
Modified Files: src/sys/netinet: ip_output.c src/sys/netipsec: ipsec.c ipsec.h Log Message: Split IPSec logic from ip_output() into a separate routine - ipsec4_output(). No change to the mechanism intended. Tested by christos@. To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/sys/netinet/ip_output.c cvs rdiff -u -r1.58 -r1.59 src/sys/netipsec/ipsec.c cvs rdiff -u -r1.32 -r1.33 src/sys/netipsec/ipsec.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.