Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2009 23:05:36 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src UPDATING src/sbin/route keywords route.c src/sys/net radix_mpath.c route.c route.h rtsock.c src/sys/sys param.h
Message-ID:  <200904142311.n3ENBBEC054022@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2009-04-14 23:05:36 UTC

  FreeBSD src repository

  Modified files:
    .                    UPDATING 
    sbin/route           keywords route.c 
    sys/net              radix_mpath.c route.c route.h rtsock.c 
    sys/sys              param.h 
  Log:
  SVN rev 191080 on 2009-04-14 23:05:36Z by kmacy
  
  Extend route command:
          - add show as alias for get
          - add weights to allow mpath to do more than equal cost
          - add sticky / nostick to disable / re-enable per-connection load balancing
  
  This adds a field to rt_metrics_lite so network bits of world will need to be re-built.
  
  Reviewed by:    jeli & qingli
  
  Revision  Changes    Path
  1.590     +7 -0      src/UPDATING
  1.7       +4 -0      src/sbin/route/keywords
  1.91      +20 -11    src/sbin/route/route.c
  1.10      +27 -16    src/sys/net/radix_mpath.c
  1.153     +103 -58   src/sys/net/route.c
  1.80      +10 -6     src/sys/net/route.h
  1.168     +8 -6      src/sys/net/rtsock.c
  1.398     +1 -1      src/sys/sys/param.h



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