cvs commit: src/usr.sbin/ndp ndp.8 ndp.c

Hajimu UMEMOTO ume at FreeBSD.org
Thu Nov 13 08:02:46 PST 2003


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


More information about the cvs-src mailing list