cvs commit: src/sys/netinet in_gif.c ip_output.c

Luigi Rizzo luigi at FreeBSD.org
Tue Apr 13 18:13:15 PDT 2004


luigi       2004/04/13 18:13:14 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet          in_gif.c ip_output.c 
  Log:
  In an effort to simplify the routing code, try to deprecate rtalloc()
  in favour of rtalloc_ign(), which is what would end up being called
  anyways.
  
  There are 25 more instances of rtalloc() in net*/ and
  about 10 instances of rtalloc_ign()
  
  Revision  Changes    Path
  1.25      +1 -1      src/sys/netinet/in_gif.c
  1.215     +1 -1      src/sys/netinet/ip_output.c


More information about the cvs-src mailing list