This patch series support native DHCPv4 and native DHCPv6 in OVN. Patch 1 adds DHCPv4 logical flows in ovn northd. It uses the OVN action "put_dhcp_opts".
Patch 2 and 3 adds native DHCPv6 support. ---------------- Numan Siddique (3): ovn-northd: Add logical flows to support native DHCPv4 ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controller ovn-northd: Add logical flows to support DHCPv6 lib/packets.c | 29 ++- ovn/controller/lflow.c | 7 + 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 | 143 +++++++++++- ovn/northd/ovn-northd.c | 435 ++++++++++++++++++++++++++++++++++- ovn/ovn-nb.ovsschema | 25 +- ovn/ovn-nb.xml | 354 +++++++++++++++++++++++++++++ ovn/ovn-sb.ovsschema | 15 +- ovn/ovn-sb.xml | 129 +++++++++++ ovn/utilities/ovn-nbctl.8.xml | 30 +++ ovn/utilities/ovn-nbctl.c | 197 ++++++++++++++++ tests/ovn.at | 518 ++++++++++++++++++++++++++++++++++++++++++ tests/test-ovn.c | 6 + 16 files changed, 2354 insertions(+), 23 deletions(-) -- 2.7.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev