Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 14:54:27 -0700 (PDT)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 ng_ip_input.4 Makefile src/sys/conf files options src/sys/modules/netgraph Makefile src/sys/modules/netgraph/ip_input Makefile src/sys/netgraph ng_ip_input.c ng_ip_input.h
Message-ID:  <200109272154.f8RLsRP21816@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2001/09/27 14:54:27 PDT

  Modified files:
    share/man/man4       Makefile 
    sys/conf             files options 
    sys/modules/netgraph Makefile 
  Added files:
    share/man/man4       ng_ip_input.4 
    sys/modules/netgraph/ip_input Makefile 
    sys/netgraph         ng_ip_input.c ng_ip_input.h 
  Log:
  Add ng_ip_input.  A new netgraph node for queuing IP packets into the
  main IP input processing code.
  
  Revision  Changes    Path
  1.135     +2 -1      src/share/man/man4/Makefile
  1.1       +102 -0    src/share/man/man4/ng_ip_input.4 (new)
  1.571     +2 -1      src/sys/conf/files
  1.294     +2 -1      src/sys/conf/options
  1.23      +2 -1      src/sys/modules/netgraph/Makefile
  1.1       +7 -0      src/sys/modules/netgraph/ip_input/Makefile (new)
  1.1       +142 -0    src/sys/netgraph/ng_ip_input.c (new)
  1.1       +75 -0     src/sys/netgraph/ng_ip_input.h (new)


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?200109272154.f8RLsRP21816>