ofproto: Generalize tun_id_from_cookie into flow_format.
authorBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 18:10:35 +0000 (11:10 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 18:10:35 +0000 (11:10 -0700)
commitf9bfea1402fb4776e505eba7bb712c8355e01e70
tree5cb4040bde7a1e778f821bec37eefa9435c70e8a
parent94db54073ea372406d4d82a009301984b097bc6b
ofproto: Generalize tun_id_from_cookie into flow_format.

Upcoming commits will add more flow formats, so this needs to be
an enumerated type instead of a bool.
include/openflow/nicira-ext.h
lib/classifier.c
lib/classifier.h
lib/flow.c
lib/flow.h
ofproto/ofproto.c