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

Hajimu UMEMOTO ume at FreeBSD.org
Sun Aug 24 11:34:26 PDT 2003


ume         2003/08/24 11:34:25 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    usr.sbin/rtsold      if.c probe.c rtsol.c rtsold.8 rtsold.c 
                         rtsold.h 
  Log:
  MFC:
    - added the case of 802.11 to check link status.
    - use strncpy just in case.
    - __P() cleanup.
    - 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().
  
          usr.sbin/rtsold/if.c:           1.10
          usr.sbin/rtsold/probe.c:        1.10
          usr.sbin/rtsold/rtsol.c:        1.10
          usr.sbin/rtsold/rtsold.8:       1.12
          usr.sbin/rtsold/rtsold.c:       1.15
          usr.sbin/rtsold/rtsold.h:       1.7
  
  Revision  Changes    Path
  1.2.2.6   +5 -5      src/usr.sbin/rtsold/if.c
  1.2.2.6   +11 -8     src/usr.sbin/rtsold/probe.c
  1.1.2.7   +18 -16    src/usr.sbin/rtsold/rtsol.c
  1.1.2.9   +17 -19    src/usr.sbin/rtsold/rtsold.8
  1.1.2.8   +83 -51    src/usr.sbin/rtsold/rtsold.c
  1.1.2.5   +7 -2      src/usr.sbin/rtsold/rtsold.h


More information about the cvs-all mailing list