]> git.proxmox.com Git - mirror_ovs.git/commit - lib/ofp-util.c
ofproto: Refactor handle_flow_mod().
authorBen Pfaff <blp@nicira.com>
Mon, 8 Nov 2010 18:43:19 +0000 (10:43 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Nov 2010 18:43:19 +0000 (10:43 -0800)
commit3052b0c5e566564fc1768af33292c0acf2ed61a0
treefef51a0e19f847d21f11a9c1f9282f7aeaf3cdd1
parent52ce26ee3b13496f65132996120e59ec29ab64c2
ofproto: Refactor handle_flow_mod().

This breaks this OpenFlow handler into two parts, one responsible
for parsing and constructing OpenFlow messages and one that works
with the flow table.  The latter will be reused in a later commit
that implements the Nicira Extended Match flexible flow match
extension.
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto.c