Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2006 12:45:28 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 Makefile ng_tag.4 src/sys/conf NOTES files options src/sys/modules/netgraph Makefile src/sys/modules/netgraph/tag Makefile src/sys/netgraph ng_tag.c ng_tag.h
Message-ID:  <200606271245.k5RCjSR7030737@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2006-06-27 12:45:28 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
    sys/conf             NOTES files options 
    sys/modules/netgraph Makefile 
  Added files:
    share/man/man4       ng_tag.4 
    sys/modules/netgraph/tag Makefile 
    sys/netgraph         ng_tag.c ng_tag.h 
  Log:
  A netgraph node that can do different manipulations with
  mbuf_tags(9) on packets.
  
  Submitted by:           Vadim Goncharov <vadimnuclight tpu.ru>
  mdoc(7) reviewed by:    ru
  
  Revision  Changes    Path
  1.359     +1 -0      src/share/man/man4/Makefile
  1.1       +337 -0    src/share/man/man4/ng_tag.4 (new)
  1.1370    +1 -0      src/sys/conf/NOTES
  1.1127    +1 -0      src/sys/conf/files
  1.550     +1 -0      src/sys/conf/options
  1.47      +1 -0      src/sys/modules/netgraph/Makefile
  1.1       +6 -0      src/sys/modules/netgraph/tag/Makefile (new)
  1.1       +717 -0    src/sys/netgraph/ng_tag.c (new)
  1.1       +130 -0    src/sys/netgraph/ng_tag.h (new)



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