This patch series introduces native dhcp support in ovn controller.
Patch set v2 was not in the correct format, hence v3

Babu Shanmugam (3):
  ovn: Dedicated connection handler for packet-ins
  ovn: New flows for DHCP tranffic
  ovn: Process dhcp packet-ins and respond through packet-outs

Numan Siddique (1):
  ovn: Add tests for ovn dhcp

 lib/ofp-util.c                  |  14 ++
 lib/ofp-util.h                  |   3 +
 ovn/controller/automake.mk      |   4 +
 ovn/controller/ovn-controller.c |   6 +
 ovn/controller/ovn-dhcp.c       | 493 ++++++++++++++++++++++++++++++++++++++++
 ovn/controller/ovn-dhcp.h       |  34 +++
 ovn/controller/physical.c       |  25 +-
 ovn/controller/pinctrl.c        | 225 ++++++++++++++++++
 ovn/controller/pinctrl.h        |  36 +++
 ovn/ovn-nb.xml                  |  29 +++
 ovn/ovn-sb.xml                  |  29 +++
 tests/automake.mk               |   1 +
 tests/ovn.at                    | 184 +++++++++++++++
 tests/test-ovn-dhcp.c           | 211 +++++++++++++++++
 14 files changed, 1292 insertions(+), 2 deletions(-)
 create mode 100644 ovn/controller/ovn-dhcp.c
 create mode 100644 ovn/controller/ovn-dhcp.h
 create mode 100644 ovn/controller/pinctrl.c
 create mode 100644 ovn/controller/pinctrl.h
 create mode 100644 tests/test-ovn-dhcp.c

-- 
1.9.1

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

Reply via email to