This is an automated email from the ASF dual-hosted git repository. weizhouapache pushed a commit to branch network-namespace in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
commit b0f1faa9e90a742f8cedcdfb276f20fccba2cd8b Author: Wei Zhou <[email protected]> AuthorDate: Mon Jun 29 12:05:46 2026 +0200 NE: fix dnsmasq in VPC with multiple tiers --- Network-Namespace/network-namespace-wrapper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Network-Namespace/network-namespace-wrapper.sh b/Network-Namespace/network-namespace-wrapper.sh index ad17648..4d102b4 100755 --- a/Network-Namespace/network-namespace-wrapper.sh +++ b/Network-Namespace/network-namespace-wrapper.sh @@ -1449,6 +1449,7 @@ _write_dnsmasq_conf() { # Auto-generated by network-namespace-wrapper.sh — do not edit ${port_line} interface=${veth_n} +except-interface=lo #no-hosts bind-interfaces localise-queries
