Module Name: src Committed By: rmind Date: Sat Jun 8 13:50:22 UTC 2013
Modified Files: src/sys/netinet: ip_input.c ip_output.c src/sys/netipsec: ipsec.c ipsec.h Log Message: Split IPsec code in ip_input() and ip_forward() into the separate routines ipsec4_input() and ipsec4_forward(). Tested by christos@. To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/sys/netinet/ip_input.c cvs rdiff -u -r1.221 -r1.222 src/sys/netinet/ip_output.c cvs rdiff -u -r1.59 -r1.60 src/sys/netipsec/ipsec.c cvs rdiff -u -r1.33 -r1.34 src/sys/netipsec/ipsec.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.