diff options
| author | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:35 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:35 +0100 |
| commit | fb6910b6176a81c9ee1f868017a6eba26c806cc2 (patch) | |
| tree | 80d4e9b53b4d1b5dd3b191048c17cd6ebaa70911 /src/nmcli | |
| parent | ddbb315c36cfe7216f5a748f2e2a49ecf42d4d77 (diff) | |
| parent | e465722b908aa870bdc293b9a417d3c15294aa6d (diff) | |
Update upstream source from tag 'upstream/1.50.1'
Update to upstream version '1.50.1' with Debian dir 79e2d35ba659f65eb90078d6e46e316745aa2e42
Diffstat (limited to 'src/nmcli')
| -rw-r--r-- | src/nmcli/gen-metadata-nm-settings-nmcli.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in index 7f5bc2c7..ae3a388b 100644 --- a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in +++ b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in @@ -693,8 +693,8 @@ values="default (-1), false (0), true (1)" /> <property name="down-on-poweroff" nmcli-description="Whether the connection will be brought down before the system is powered off. The default value is "default" (-1). When the default value is specified, then the global value from NetworkManager configuration is looked up, if not set, it is considered as "no" (0)." - format="ternary" - values="true/yes/on, false/no/off, default/unknown" /> + format="choice (NMSettingConnectionDownOnPoweroff)" + values="default (-1), no (0), yes (1)" /> <property name="secondaries" nmcli-description="List of connection UUIDs that should be activated when the base connection itself is activated. Currently, only VPN connections are supported." format="list of strings" /> |