[ovs-git] Open vSwitch: netflow: Break out code for sending packets into a new "collectors" module. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Nov 23 21:59:41 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  6bab37989b1b5e8981bee80e1fedef621799332c (commit)
      from  af48f1dc8ce8913a967045540bcb0cc200ec007f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6bab37989b1b5e8981bee80e1fedef621799332c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6bab37989b1b5e8981bee80e1fedef621799332c
Author: Ben Pfaff <blp at nicira.com>
		
netflow: Break out code for sending packets into a new "collectors" module.
		
sFlow uses a similar UDP structure so this will allow use to reuse the
NetFlow code for it.


-----------------------------------------------------------------------

Summary of changes:
 lib/vlog-modules.def                    |    1 +
 ofproto/automake.mk                     |    2 +
 ofproto/collectors.c                    |  123 +++++++++++++++++++++++++++++++
 lib/backtrace.h => ofproto/collectors.h |   18 ++--
 ofproto/netflow.c                       |   75 ++----------------
 5 files changed, 144 insertions(+), 75 deletions(-)
 create mode 100644 ofproto/collectors.c
 copy lib/backtrace.h => ofproto/collectors.h (64%)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list