Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2009 14:27:28 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/route route.c
Message-ID:  <200904061427.n36ERjO0004811@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2009-04-06 14:27:28 UTC

  FreeBSD src repository

  Modified files:
    sbin/route           route.c 
  Log:
  SVN rev 190775 on 2009-04-06 14:27:28Z by rrs
  
  Ok, looking at the solution a bit closer, the level
  calculation was too agressive. Instead we should only
  look at each nibble. This makes it so we make
  10.2.0.0 become 10.2/16 NOT 10.2/17.
  
  Need to explore the non-cidr address issue. The two
  may not be seperable..
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.89      +4 -4      src/sbin/route/route.c



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