Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 08:01:21 -0700 (PDT)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/route route.c
Message-ID:  <200205201501.g4KF1ML09770@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2002/05/20 08:01:21 PDT

  Modified files:
    sbin/route           route.c 
  Log:
  Try to guess prefixlen for guessable cases.
  - /0 if matches ::/128
  - /64 if matches 2000::/3 and lowermost 64 bit is all 0
  - /128 if matches 2000::/3 and lowermost 64 bit is non-zero 0
  
  Obtained from:  KAME/NetBSD
  
  Revision  Changes    Path
  1.61      +33 -0     src/sbin/route/route.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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