summary refs log tree commit diff
path: root/docs/api/html/NetworkManager-dispatcher.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-01-25 09:46:52 +0100
committerMichael Biebl <biebl@debian.org>2024-01-25 09:46:52 +0100
commitb6357ff41de179d0aa2e35a6d574e5749fe09002 (patch)
treeff038e98f4569fa3ba217266e6d288410ed84cd4 /docs/api/html/NetworkManager-dispatcher.html
parent535ecf92edd8ad054ae8102a224c3dd8f3acf967 (diff)
parent70e18d99b8e3e77bb37e218d7ac582130156f8ef (diff)
Update upstream source from tag 'upstream/1.45.90'
Update to upstream version '1.45.90'
with Debian dir d723a85d75b9a8958dee17b97673a3fd9a80e18c
Diffstat (limited to 'docs/api/html/NetworkManager-dispatcher.html')
-rw-r--r--docs/api/html/NetworkManager-dispatcher.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/api/html/NetworkManager-dispatcher.html b/docs/api/html/NetworkManager-dispatcher.html
index 88ed3634..b8ef62c3 100644
--- a/docs/api/html/NetworkManager-dispatcher.html
+++ b/docs/api/html/NetworkManager-dispatcher.html
@@ -51,8 +51,9 @@
       device an operation just happened on, and second the action. For device actions,
       the interface is the name of the kernel interface suitable for IP configuration.
       Thus it is either VPN_IP_IFACE, DEVICE_IP_IFACE, or DEVICE_IFACE, as applicable.
-      For the <code class="varname">hostname</code> action the device name is always <code class="literal">"none"</code>
-      and for <code class="varname">connectivity-change</code> it is empty.
+      For the <code class="varname">hostname</code> action the device name is always
+      <code class="literal">"none"</code>. For <code class="varname">connectivity-change</code> and
+      <code class="varname">dns-change</code> it is empty.
     </p>
 <p>The actions are:</p>
 <div class="variablelist"><table border="0" class="variablelist">
@@ -158,6 +159,16 @@
           The connection was reapplied on the device.
         </p></td>
 </tr>
+<tr>
+<td><p><span class="term"><code class="varname">dns-change</code></span></p></td>
+<td><p>
+            The DNS configuration has changed. This action is raised even if
+            NetworkManager is configured to not manage resolv.conf (for example,
+            via dns=none). In such case, the dispatch script can discover the
+            DNS configuration provided by currently active connections by
+            looking at file <code class="filename">/run/NetworkManager/resolv.conf</code>
+        </p></td>
+</tr>
 </tbody>
 </table></div>
 <p>