summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYifeng Sun <pkusunyifeng@gmail.com>2018-11-07 13:44:34 -0800
committerBen Pfaff <blp@ovn.org>2018-11-09 13:20:06 -0800
commit9ce4aa8ee74642dedb4d2b1e7ece99c086d02c37 (patch)
tree94ca6cf1d3d0882e11d771e101dd8bc8fa40ae02 /NEWS
parentba8eb43a073ed49d669a8c78d52baab7362e81fa (diff)
downloadopenvswitch-9ce4aa8ee74642dedb4d2b1e7ece99c086d02c37.tar.gz
dns-resolve: Improve on handling of system DNS nameserver
This patch enables OVS on windows to read system nameserver configuration. In addition, a new environment variable OVS_RESOLV_CONF is introduced. If set, it can be used as DNS server configuration file. This variable is supposed to be used for sandboxing other things. It is documented accordingly. Suggested-by: Ben Pfaff <blp@ovn.org> Suggested-by: Mark Michelson <mmichels@redhat.com> Signed-off-by: Yifeng Sun <pkusunyifeng@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc8ab05de..8eba5a38f 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ Post-v2.10.0
- ovs-vswitchd:
* New configuration option "offload-rebalance", that enables dynamic
rebalancing of offloaded flows.
+ - The environment variable OVS_RESOLV_CONF, if set, is now used
+ as the DNS server configuration file.
v2.10.0 - 18 Aug 2018
---------------------