Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2011 16:03:29 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/rtsold dump.c rtsol.c rtsold.c rtsold.h
Message-ID:  <201106081603.p58G3fZR006093@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

hrs         2011-06-08 16:03:29 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/rtsold      dump.c rtsol.c rtsold.c rtsold.h 
  Log:
  SVN rev 222861 on 2011-06-08 16:03:29Z by hrs
  
  - Accumulate RA options instead of replacing old ones when a new RA arrived.
    RFC 4861 6.3.4 clearly defines handling multiple RAs in this way.
  
  - RDNSS/DNSSL options from multiple RAs on a single link will be
    gathered and sent to resolvconf(8).
  
  - Call "resolvconf -d" only after at least one RDNSS or DNSSL option is
    received and then all of them are expired.
  
  - The rtsold.dump output now supports displaying a list of the RA options.
  
  - Use more human-readable expression for logging values of struct timeval.
  
  Discussed with: ume
  
  Revision  Changes    Path
  1.13      +43 -8     src/usr.sbin/rtsold/dump.c
  1.16      +166 -99   src/usr.sbin/rtsold/rtsol.c
  1.30      +59 -33    src/usr.sbin/rtsold/rtsold.c
  1.13      +17 -2     src/usr.sbin/rtsold/rtsold.h



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