netflow: Break out code for sending packets into a new "collectors" module.
authorBen Pfaff <blp@nicira.com>
Mon, 23 Nov 2009 21:59:20 +0000 (13:59 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 23 Nov 2009 21:59:20 +0000 (13:59 -0800)
commit6bab37989b1b5e8981bee80e1fedef621799332c
tree416bea16a300e6d5b73c8d591f3e912d06d205f6
parentaf48f1dc8ce8913a967045540bcb0cc200ec007f
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.
lib/vlog-modules.def
ofproto/automake.mk
ofproto/collectors.c [new file with mode: 0644]
ofproto/collectors.h [new file with mode: 0644]
ofproto/netflow.c