Date: Wed, 1 Feb 2006 13:55:03 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/netinet ip_input.c ip_ipsec.c ip_ipsec.h ip_output.c Message-ID: <200602011355.k11Dt3d3066503@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2006-02-01 13:55:03 UTC FreeBSD src repository Modified files: sys/conf files sys/netinet ip_input.c ip_output.c Added files: sys/netinet ip_ipsec.c ip_ipsec.h Log: Move the IPSEC related code blocks to their own file to unclutter and signifincantly improve the readability of ip_input() and ip_output() again. The resulting IPSEC hooks in ip_input() and ip_output() may be used later on for making IPSEC loadable. This move is mostly mechanical and should preserve current IPSEC behaviour as-is. Nothing shall prevent improvements in the way IPSEC interacts with the IPv4 stack. Discussed with: bz, gnn, rwatson; (earlier version) Revision Changes Path 1.1091 +2 -0 src/sys/conf/files 1.313 +15 -165 src/sys/netinet/ip_input.c 1.1 +579 -0 src/sys/netinet/ip_ipsec.c (new) 1.1 +42 -0 src/sys/netinet/ip_ipsec.h (new) 1.254 +17 -280 src/sys/netinet/ip_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602011355.k11Dt3d3066503>