cvs commit: src/sys/net radix_mpath.c radix_mpath.h

Qing Li qingli at FreeBSD.org
Sun Apr 13 06:12:14 UTC 2008


qingli      2008-04-13 06:12:13 UTC

  FreeBSD src repository

  Added files:
    sys/net              radix_mpath.c radix_mpath.h 
  Log:
  These files handle the radix tree for the ECMP routes.
  The original code from KAME did not take care of address
  aliases or multiple ip addresses that have the same
  prefix.
  
  Reviewed by:    rwatson, gnn, sam, kmacy, julian
  
  Revision  Changes    Path
  1.1       +334 -0    src/sys/net/radix_mpath.c (new)
  1.1       +62 -0     src/sys/net/radix_mpath.h (new)


More information about the cvs-src mailing list