On Wed, Oct 30, 2013 at 12:38:22PM -0700, Ethan Jackson wrote:
> 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
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 Jac