Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2001 10:57:11 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_socket.c
Message-ID:  <200102051857.f15IvBY56224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2001/02/05 10:57:11 PST

  Modified files:
    sys/netgraph         netgraph.h ng_base.c ng_socket.c 
  Log:
  Make netgraph modules refuse to link with modules of a different ABI version.
  also try implement teh documented behaviour in socket nodes
  so that when there is only one hook, an unaddressed write/send
  will DTRT and send the data to that hook.
  
  Revision  Changes    Path
  1.26      +4 -2      src/sys/netgraph/netgraph.h
  1.46      +3 -2      src/sys/netgraph/ng_base.c
  1.24      +71 -38    src/sys/netgraph/ng_socket.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?200102051857.f15IvBY56224>