Since I had these patches pending, as well, so I just moved the ovn-nbd rename over to this set.
v1->v2: - Tweaks to ovn-nbctl as suggested by Juston - Update ovn-nbd to handle changes to parent and tag on a logical port after it is first created v2->v3: - After more discussion, change lport-list back to not including the parent_name and tag in its output. - Rebase on top of commit that renamed 'ovn' to 'ovn-sb' v3->v4: - Rebase. - Add ovn-nbd rename patch. Russell Bryant (3): ovn-nbctl: Updates for container integration. ovn-nbd: Update Bindings for container integration. ovn: Rename ovn-nbd to ovn-northd. ovn/.gitignore | 1 - ovn/TODO | 6 +-- ovn/automake.mk | 6 +-- ovn/northd/.gitignore | 1 + ovn/northd/automake.mk | 4 ++ ovn/{ovn-nbd.c => northd/ovn-northd.c} | 62 ++++++++++++++++++++++----- ovn/ovn-architecture.7.xml | 62 ++++++++++++++------------- ovn/ovn-nb.xml | 10 ++--- ovn/ovn-nbctl.8.xml | 4 +- ovn/ovn-nbctl.c | 78 ++++++++++++++++++++++++++++++++-- ovn/ovn-sb.xml | 8 ++-- tutorial/ovs-sandbox | 12 +++--- 12 files changed, 185 insertions(+), 69 deletions(-) create mode 100644 ovn/northd/.gitignore create mode 100644 ovn/northd/automake.mk rename ovn/{ovn-nbd.c => northd/ovn-northd.c} (89%) -- 2.1.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev