]> git.proxmox.com Git - mirror_ovs.git/commit
ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.
authorBen Pfaff <blp@ovn.org>
Wed, 28 Dec 2016 17:17:51 +0000 (09:17 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 28 Dec 2016 17:17:51 +0000 (09:17 -0800)
commitc80eac1f85df91babe5d4739810a80f7e748c3fe
treee8994e5edabbbbe59d5bda06a234b81b3231107e
parent92043ab8ffd449dfd50c3e716d6db06d04af70d7
ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.

This makes it easy to find the logical flow that generated a particular
OpenFlow flow, by running "ovn-sbctl dump-flows <cookie>".

Later, this can be refined (and automated for "ofproto/trace"), but this
is still a significant advance.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
lib/uuid.c
lib/uuid.h
ovn/controller/lflow.c
ovn/controller/ofctrl.c
ovn/controller/ofctrl.h
ovn/controller/physical.c
ovn/ovn-architecture.7.xml
ovn/utilities/ovn-sbctl.8.in
ovn/utilities/ovn-sbctl.c