Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 08:02:44 -0800 (PST)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ndp ndp.8 ndp.c
Message-ID:  <200311131602.hADG2iRf024965@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2003/11/13 08:02:44 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/ndp         ndp.8 ndp.c 
  Log:
  - make command line argument parsing POSIX compliant.  comment from
    deraadt NOTE: -I needs to take an arg (there's no way we can take no
    arg/an arg with a single option)
  - sscanf overrun
  - no variable name on prototype.
  - u_int32_t may not be u_long.
  - skipped non-host route when printing neighbor cache entries.
  - valid and preferred lifetimes are unsigned.
  - wording.
  
  Obtained from:  KAME
  
  Revision  Changes    Path
  1.11      +109 -54   src/usr.sbin/ndp/ndp.8
  1.13      +172 -128  src/usr.sbin/ndp/ndp.c



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