ofproto: Handle netflow similarly to ipfix and sflow in xlate.
authorEthan Jackson <ethan@nicira.com>
Wed, 30 Oct 2013 23:29:58 +0000 (16:29 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 13 Dec 2013 01:15:17 +0000 (17:15 -0800)
commitce3955bed734b7459a8bdb3180284bf35dddaa7b
treec2ff6c143e95bef2e5176eba24a5cfbd34abbf43
parent936604c009caf1587df9c1aec6c4c6e3020052b3
ofproto: Handle netflow similarly to ipfix and sflow in xlate.

This patch changes how ofproto-dpif-xlate handles netflow so that it's
more similar to how ipfix and sflow are handled.  This not only
simplifies the code, but it will allow xlate to call netflow in future
if necessary.

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