ofproto: Improve abstraction by adding function ofproto_parse_name().
authorBen Pfaff <blp@nicira.com>
Mon, 11 Apr 2011 22:08:19 +0000 (15:08 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 11 May 2011 19:26:08 +0000 (12:26 -0700)
commit63d347ce1bb0019713fcae184ac574335d717df0
tree47765a7982dcfe961828cbb78a6960cd31df6447
parent54ed8a5d74773e75b79490dc65e65b7498a14fb7
ofproto: Improve abstraction by adding function ofproto_parse_name().

This means that ovs-ofctl and ovs-openflowd don't have to use the dpif
layer at all, making it easier to change the ofproto implementation.
ofproto/automake.mk
ofproto/names.c [new file with mode: 0644]
ofproto/ofproto.h
utilities/automake.mk
utilities/ovs-ofctl.c
utilities/ovs-openflowd.c