Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2002 06:33:04 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if.c if.h route.h rtsock.c src/share/man/man4 route.4 src/sbin/route route.c
Message-ID:  <200201181433.g0IEX4905071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2002/01/18 06:33:04 PST

  Modified files:
    sys/net              if.c if.h route.h rtsock.c 
    share/man/man4       route.4 
    sbin/route           route.c 
  Log:
  Introduce an interface announcement message for the routing
  socket so that routing daemons and other interested parties
  know when an interface is attached/detached.
  
  PR:             kern/33747
  Obtained from:  NetBSD
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.58      +24 -1     src/sbin/route/route.c
  1.14      +18 -3     src/share/man/man4/route.4
  1.127     +6 -0      src/sys/net/if.c
  1.68      +15 -0     src/sys/net/if.h
  1.43      +2 -0      src/sys/net/route.h
  1.64      +32 -0     src/sys/net/rtsock.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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