ovn: Fix check on existing encap row.
authorRussell Bryant <rbryant@redhat.com>
Tue, 27 Oct 2015 09:01:28 +0000 (18:01 +0900)
committerRussell Bryant <rbryant@redhat.com>
Tue, 3 Nov 2015 21:18:59 +0000 (16:18 -0500)
This code does some checking to validate the existing encaps for a
chassis to see if they need to be updated.  This typo resulted in
ovn-controller re-creating its encap(s) every time this code ran, making
ovn-controller and ovsdb-server eat up a CPU in my testing.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found