This patch series introduces native dhcp support in ovn controller.
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 | 27 ++-
ovn/controller/pinctrl.c| 224 ++
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(+), 3 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
--
2.5.0
___
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev