+ IPv4 address of OVN's virtual DNS server for this logical switch.
+ When set, ovn-northd generates DNS interception flows
+ that match only packets whose destination IP equals this address.
+ This prevents OVN from sending a packet-in to
+ ovn-controller for DNS queries directed at external
+ resolvers (e.g. 8.8.8.8), reducing unnecessary CPU
+ overhead.
+
+ The value must be a valid IPv4 address. VMs must be configured + (e.g. via the DHCP option) to use this address as their + DNS resolver so that OVN can intercept and answer their queries. +
+ ++ When this option is not set, OVN falls back to the default behavior + of intercepting all UDP port-53 traffic on the logical switch. +
+