v3 -> v4 -------- * Rebased the code and resolved the merge conflicts.
v2 -> v3 ------- * Rebased the code. * Patch had merge conflict. Resolved it. v1 -> v2 -------- patch 1 * Renamed the DHCPv6 option names from caps to lower cases * Updated documentation patch 2 * Addressed the review comments * Updated documentation -------------- Numan Siddique (2): ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controller ovn-northd: Add logical flows to support DHCPv6 include/ovn/actions.h | 11 ++ lib/packets.h | 1 + ovn/controller/lflow.c | 16 ++- ovn/controller/pinctrl.c | 295 ++++++++++++++++++++++++++++++++++++++++++++ ovn/lib/actions.c | 114 +++++++++++++++++ ovn/lib/ovn-dhcp.h | 71 +++++++++++ ovn/northd/ovn-northd.8.xml | 66 +++++++++- ovn/northd/ovn-northd.c | 171 ++++++++++++++++++++++++- ovn/ovn-nb.ovsschema | 9 +- ovn/ovn-nb.xml | 75 ++++++++++- ovn/ovn-sb.ovsschema | 15 ++- ovn/ovn-sb.xml | 129 +++++++++++++++++++ tests/ovn.at | 237 +++++++++++++++++++++++++++++++++++ tests/test-ovn.c | 15 ++- 14 files changed, 1209 insertions(+), 16 deletions(-) -- 2.7.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev