diff options
| author | Michael Biebl <biebl@debian.org> | 2024-09-01 22:38:46 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-09-01 22:38:46 +0200 |
| commit | e89be0baafbf2359719e7150e374d9e3efde4513 (patch) | |
| tree | aeb24b61eb3ef72efd98bbc7de168df952f95a6b /docs/internal | |
| parent | 81f4784c87916c34bda1865ca8aafdff7f8ba55a (diff) | |
| parent | f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 (diff) | |
Update upstream source from tag 'upstream/1.49.90'
Update to upstream version '1.49.90' with Debian dir 91100697245f76450c5ee1f238e8a69862e0f418
Diffstat (limited to 'docs/internal')
| -rw-r--r-- | docs/internal/device.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/internal/device.md b/docs/internal/device.md index 0042fdc5..f1c31579 100644 --- a/docs/internal/device.md +++ b/docs/internal/device.md @@ -304,8 +304,8 @@ Note that the unmanaged flags are tracked via two variables practice a tri-state variable with possible values TRUE (unmanaged), FALSE (managed) and UNSET. -External devices and sys-iface-state ------------------------------------- +External devices and managed-type +--------------------------------- Even if a device is managed, that doesn't mean that NetworkManager is actively configuring it. When a device is created externally (for @@ -314,9 +314,9 @@ creates a in-memory connection representing the configuration parameters on the interface such as IP addresses, routes, DNS, etc.; the connection appears as active but NetworkManager doesn't actually touch the interface. The external status is tracked in the -`sys-iface-state` member, which can have the following values: +`managed-type` member, which can have the following values: - EXTERNAL: the interface is not touched by NM. - ASSUME: this value is deprecated; it used to mean that NM should manage the device without fully reconfiguring it. Now, the interface is either managed on external. - - MANAGED: the interface is fully managed. + - FULL: the interface is fully managed. - REMOVED: the link was removed externally. |