dpif: New function dpif_get_netflow_ids().
authorBen Pfaff <blp@nicira.com>
Tue, 16 Jun 2009 17:59:43 +0000 (10:59 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:23 +0000 (09:07 -0700)
commit53a4218dca89c70bf1e3230827b00af54386c8ff
treedd4bbdeb2dd413e1b889bb0c8834add011d4a088
parent335562c0b9b190f61c0cc457a4098c2688561387
dpif: New function dpif_get_netflow_ids().

The 'minor' member of struct dpif is used for two different purposes:
for printing in log messages and for encapsulating in NetFlow messages.
The needs in each case are different, so we should break up these uses.
This commit does half of that, by introducing a new function to retrieve
NetFlow ids and using it where appropriate.
lib/dpif.c
lib/dpif.h
vswitchd/bridge.c