ofp-parse: Break string-to-openflow parsing into library functions
authorJustin Pettit <jpettit@nicira.com>
Wed, 28 Jul 2010 22:14:28 +0000 (15:14 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 30 Jul 2010 07:05:33 +0000 (00:05 -0700)
commitf22716dcca299b863dd72eb193fb1283c5f686da
treee586a4fbaddb44cc3844f77def21abad6f55ec11
parentfbb29a542d917040bd4d23900e8ef9bf5b1f6ea1
ofp-parse: Break string-to-openflow parsing into library functions

An upcoming commit will add the ability to load OpenFlow rules into
ovs-controller.  Break out string-to-openflow parsing so that
ovs-ofctl and ovs-controller can use the same code.
lib/automake.mk
lib/ofp-parse.c [new file with mode: 0644]
lib/ofp-parse.h [new file with mode: 0644]
lib/vlog-modules.def
utilities/ovs-ofctl.c