Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 11:47:31 -0800 (PST)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net route.c route.h src/sys/netinet in_rmx.c ip_fastfwd.c ip_fw2.c ip_icmp.c ip_input.c ip_output.c src/sys/netinet6 icmp6.c in6_rmx.c ip6_forward.c ip6_input.c
Message-ID:  <200311201947.hAKJlV1r091316@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2003/11/20 11:47:31 PST

  FreeBSD src repository

  Modified files:
    sys/net              route.c route.h 
    sys/netinet          in_rmx.c ip_fastfwd.c ip_fw2.c ip_icmp.c 
                         ip_input.c ip_output.c 
    sys/netinet6         icmp6.c in6_rmx.c ip6_forward.c 
                         ip6_input.c 
  Log:
  Remove RTF_PRCLONING from routing table and adjust users of it
  accordingly.  The define is left intact for ABI compatibility
  with userland.
  
  This is a pre-step for the introduction of tcp_hostcache.  The
  network stack remains fully useable with this change.
  
  Reviewed by:    sam (mentor), bms
  Reviewed by:    -net, -current, core@kame.net (IPv6 parts)
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.91      +14 -13    src/sys/net/route.c
  1.53      +5 -1      src/sys/net/route.h
  1.50      +5 -14     src/sys/netinet/in_rmx.c
  1.4       +2 -2      src/sys/netinet/ip_fastfwd.c
  1.46      +1 -1      src/sys/netinet/ip_fw2.c
  1.84      +1 -1      src/sys/netinet/ip_icmp.c
  1.257     +2 -2      src/sys/netinet/ip_input.c
  1.202     +2 -2      src/sys/netinet/ip_output.c
  1.49      +2 -4      src/sys/netinet6/icmp6.c
  1.11      +2 -11     src/sys/netinet6/in6_rmx.c
  1.24      +2 -3      src/sys/netinet6/ip6_forward.c
  1.67      +1 -1      src/sys/netinet6/ip6_input.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311201947.hAKJlV1r091316>