[ovs-dev] [PATCH ovn 0/2] Fixes for logical port up state.

Russell Bryant rbryant at redhat.com
Mon Apr 6 15:27:04 UTC 2015


These two patches address 'up' state handling for logical ports.  I
started by adding the 'lport-get-up' command for ovn-nbctl.  While
testing that, I realized that the ovn-nbd handling for setting the 'up'
state had not been fixed to reflect that the logical_port column in the
Bindings table of the OVN database is suposed to be the logical port
name instead of UUID.

[PATCH 1/2] ovn-nbctl: Add lport-get-up command.
[PATCH 2/2] ovn-nbd: Match bindings on lport name.


 ovn-nbctl.8.xml |    1 +
 ovn-nbctl.c     |   23 +++++++++++++++++++++++
 ovn-nbd.c       |   48 ++++++++++++++++++++++++++++++++++--------------
 3 files changed, 58 insertions(+), 14 deletions(-)

-- 
Russell Bryant



More information about the dev mailing list