Fix host name resolution for AIO-SX IPV6

dnsmasq is not processing DNS requests sent to the UDP port 53 when binding
to the loopback interface on an IPv6 system. The requests are processed
correctly if dnsmasq is explicitly configured to listen for the management
address via the listen_address parameter.

Closes-Bug: 1881772
Related-Bug: 1821026

Change-Id: I47f733d2a35c946acd2952efd246a973826e8114
Signed-off-by: Matt Peters <matt.peters@windriver.com>
This commit is contained in:
Matt Peters 2020-06-02 09:59:24 -05:00
parent fc09081f3d
commit 9dc8028564
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="src"
TIS_PATCH_VER=99
TIS_PATCH_VER=100

View File

@ -4,6 +4,7 @@ interface=<%= @pxeboot_interface %>
<%- end -%>
interface=<%= @mgmt_interface %>
bind-interfaces
listen-address=<%= @mgmt_controller_address %>
# Serve addresses from the pxeboot subnet
dhcp-range=set:pxeboot,<%= @pxeboot_subnet_start %>,<%= @pxeboot_subnet_end %>,<%= @pxeboot_subnet_netmask %>,1h