This patch set implements native DHCPv6 in OVN.

Patch 2 depends on the ovn-northd DHCPv4 patch - 
https://patchwork.ozlabs.org/patch/648487/

-----------------

Numan Siddique (2):
  ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controller
  ovn-northd: Add logical flows to support DHCPv6

 lib/packets.c               |  19 +++
 lib/packets.h               |   2 +
 ovn/controller/lflow.c      |   6 +
 ovn/controller/pinctrl.c    | 295 ++++++++++++++++++++++++++++++++++++++++++++
 ovn/lib/actions.c           | 114 +++++++++++++++++
 ovn/lib/actions.h           |   9 ++
 ovn/lib/ovn-dhcp.h          |  71 +++++++++++
 ovn/northd/ovn-northd.8.xml |  58 ++++++++-
 ovn/northd/ovn-northd.c     | 183 ++++++++++++++++++++++++++-
 ovn/ovn-nb.ovsschema        |   9 +-
 ovn/ovn-nb.xml              |  88 ++++++++++++-
 ovn/ovn-sb.ovsschema        |  15 ++-
 ovn/ovn-sb.xml              |  86 +++++++++++++
 tests/ovn.at                | 237 +++++++++++++++++++++++++++++++++++
 tests/test-ovn.c            |   6 +
 15 files changed, 1186 insertions(+), 12 deletions(-)

-- 
2.7.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to