cvs commit: ports/net Makefile ports/net/ng_netflow Makefile distinfo pkg-descr pkg-message pkg-plist

Kirill Ponomarew krion at FreeBSD.org
Wed Feb 18 02:10:55 PST 2004


krion       2004/02/18 02:10:55 PST

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/ng_netflow       Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  Add ng_netflow 0.2.1,
  
  The ng_netflow node implements Cisco's Netflow (c) version 5
  protocol on router running FreeBSD. ng_netflow listens for
  incoming traffic and identifies unique flows in it. Flows are
  distinguished by endpoint IP addresses, TCP/UDP port numbers
  and ToS. Expired flows are exported out of the node.
  
  All operation is done in kernel: both traffic capturing and
  export datagram generation. Exported data contaion almost all
  Netflow version 5 fields, except of AS numbers.
  
  PR:             ports/62982
  Submitted by:   Gleb Smirnoff <glebius at cell.sick.ru>
  
  Revision  Changes    Path
  1.1223    +1 -0      ports/net/Makefile
  1.1       +37 -0     ports/net/ng_netflow/Makefile (new)
  1.1       +2 -0      ports/net/ng_netflow/distinfo (new)
  1.1       +14 -0     ports/net/ng_netflow/pkg-descr (new)
  1.1       +6 -0      ports/net/ng_netflow/pkg-message (new)
  1.1       +4 -0      ports/net/ng_netflow/pkg-plist (new)


More information about the cvs-ports mailing list