summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ipsec.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded mac.h include.rwatson2006-07-061-1/+0
| | | | MFC after: 3 days
* Make sure the ip data pointer is correct before touching it againbz2006-05-051-0/+1
| | | | | | | | after ipsec4_output processing else KAME IPSec using the handbook configuration with gif(4) will panic the kernel. Problem reported by: t. patterson <tp lot.org> Tested by: t. patterson <tp lot.org>
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-011-0/+579
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)
OpenPOWER on IntegriCloud