From: Numan Siddique <[email protected]>
v5 -> v6
---------
* Addressed the review comments from Guru
* Renamed the "hostname" usage to "query_name"
v4 -> v5
--------
Addressed the review comments
v3 -> v4
--------
* PS1 (ovn-util: Add a new util function extract_ip_addresses)
- Added this patch in v4 to extract the IP addresses from a string
* PS2 (ovn-controller: Add 'dns_lookup' action)
- Addressed the review comments and modified the DNS table in SB DB
as per suggestions from Guru
* PS3 (ovn-northd: Add logical flows to support native DNS)
- Modified the DNS table in NB DB as per suggestions from Guru.
Numan Siddique (3):
ovn-util: Add a new util function extract_ip_addresses
ovn-controller: Add 'dns_lookup' action
ovn-northd: Add logical flows to support native DNS
include/ovn/actions.h | 17 +-
lib/packets.h | 24 +++
ovn/controller/pinctrl.c | 257 ++++++++++++++++++++++++++++-
ovn/lib/actions.c | 52 ++++++
ovn/lib/ovn-util.c | 72 ++++++---
ovn/lib/ovn-util.h | 1 +
ovn/northd/ovn-northd.8.xml | 86 +++++++++-
ovn/northd/ovn-northd.c | 184 ++++++++++++++++++++-
ovn/ovn-nb.ovsschema | 20 ++-
ovn/ovn-nb.xml | 27 +++-
ovn/ovn-sb.ovsschema | 21 ++-
ovn/ovn-sb.xml | 75 ++++++++-
ovn/utilities/ovn-nbctl.c | 3 +
ovn/utilities/ovn-sbctl.c | 3 +
ovn/utilities/ovn-trace.c | 16 ++
tests/ovn.at | 384 ++++++++++++++++++++++++++++++++++++++++++++
16 files changed, 1199 insertions(+), 43 deletions(-)
--
2.9.3
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev