cvs commit: src/sys/conf files src/sys/netinet ip_input.c ip_ipsec.c ip_ipsec.h ip_output.c

Andre Oppermann andre at FreeBSD.org
Wed Feb 1 05:55:04 PST 2006


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


More information about the cvs-all mailing list