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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev