ofproto: Modularize netflow.
authorEthan Jackson <ethan@nicira.com>
Wed, 23 Oct 2013 06:07:55 +0000 (23:07 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 13 Dec 2013 01:09:06 +0000 (17:09 -0800)
commit8bfaca5b9a63a4900c3c99fc6a97e2b821870f66
treefc5ffb3682d692e8acee621e7a8bea890b55f6c0
parente2d13c430a5c648852369e4ce6808053eb076e5b
ofproto: Modularize netflow.

The netflow code has its tentacles all over the ofproto-dpif module.
This is fine today, but in future facets, which correspond roughly to
netflow_flows, will be retired.  In preparation, this patch hides as
much implementation detail as possible inside the netflow module.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/netflow.c
ofproto/netflow.h
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif.c
ofproto/ofproto.h