about 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:18 +0100
committerMichael Biebl <biebl@debian.org>2024-01-25 09:46:18 +0100
commit70e18d99b8e3e77bb37e218d7ac582130156f8ef (patch)
treed40c587e6d3f0e094ff558e415f1bb9803643214 /docs/api/html/NetworkManager-dispatcher.html
parentd4d8b2b91f7ba000d97a8b2aab48c85000c11314 (diff)
New upstream version 1.45.90 upstream/1.45.90
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>