Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2003 04:11:32 -0700 (PDT)
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/rtsold probe.c rtsol.c rtsold.8 rtsold.c rtsold.h
Message-ID:  <200308171111.h7HBBWXg069186@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2003/08/17 04:11:32 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/rtsold      probe.c rtsol.c rtsold.8 rtsold.c 
                         rtsold.h 
  Log:
  - improved the -a option.  it can probe a interface automatically when
    the interface wake up.  it can be started anytime even when there is
    no network interface on the list of intarfaces in the kernel.
  - get a correct link ID for each interface at initialization
    (using scope libraries if HAVE_SCOPELIB is defined).
  - fill in sin6_scope_id correctly before sendmsg().
  
  Obtained from:  KAME
  MFC after:      1 week
  
  Revision  Changes    Path
  1.10      +11 -8     src/usr.sbin/rtsold/probe.c
  1.10      +18 -16    src/usr.sbin/rtsold/rtsol.c
  1.12      +17 -19    src/usr.sbin/rtsold/rtsold.8
  1.15      +83 -51    src/usr.sbin/rtsold/rtsold.c
  1.7       +7 -2      src/usr.sbin/rtsold/rtsold.h



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