This patch series started out as some cleanups related to my IPv6 patches and adding helper functions related to routers. A patch series to add helper functions from the router preceded it however. This is a reworked version of my orignal series that adopts the naming convention that I had intended to use and carries that through the code. In a forthcoming series, I will adopt a similar internal naming convention for switches, routers, and ports in ovn-northd, which I believe makes the code more consistent and easier to understand.
Justin Pettit (8): ovn-nbctl: Use "ctx->output" instead of printf for list ACLs. ovn-nbctl: Update basic router commands. ovn-nbctl: Update logical router port commands. packets: Parse IP address strings with a zero length prefix. ovn-nbctl: Add static route commands. ovn: Use Logical_Switch_Port in NB. ovn-nbctl: Update logical switch port commands. ovn-nbctl: Update logical switch commands. INSTALL.Docker.md | 4 +- lib/packets.c | 10 +- ovn/CONTAINERS.OpenStack.md | 13 +- ovn/controller/pinctrl.c | 2 +- ovn/lib/ovn-util.c | 4 +- ovn/lib/ovn-util.h | 4 +- ovn/northd/ovn-northd.8.xml | 8 +- ovn/northd/ovn-northd.c | 55 +- ovn/ovn-architecture.7.xml | 38 +- ovn/ovn-nb.ovsschema | 8 +- ovn/ovn-nb.xml | 17 +- ovn/ovn-sb.xml | 24 +- ovn/utilities/ovn-docker-overlay-driver | 32 +- ovn/utilities/ovn-nbctl.8.xml | 341 ++++--- ovn/utilities/ovn-nbctl.c | 1586 +++++++++++++++++------------- tests/ovn-controller-vtep.at | 62 +- tests/ovn-nbctl.at | 299 +++--- tests/ovn-sbctl.at | 18 +- tests/ovn.at | 584 +++++------ tutorial/OVN-Tutorial.md | 104 +- tutorial/ovn/env1/add-third-port.sh | 6 +- tutorial/ovn/env1/setup.sh | 14 +- tutorial/ovn/env2/setup.sh | 28 +- tutorial/ovn/env3/setup.sh | 32 +- tutorial/ovn/env4/setup2.sh | 16 +- tutorial/ovn/env5/setup.sh | 30 +- tutorial/ovn/env6/setup.sh | 14 +- tutorial/ovn/env7/add-container-ports.sh | 14 +- tutorial/ovn/env7/setup.sh | 20 +- utilities/ovs-sim.1.xml | 14 +- 30 files changed, 1789 insertions(+), 1612 deletions(-) -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev