cvs commit: src/usr.sbin/rtsold probe.c rtsol.c rtsold.8 rtsold.c rtsold.h

Hajimu UMEMOTO ume at FreeBSD.org
Sun Aug 17 04:11:33 PDT 2003


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


More information about the cvs-src mailing list