diff options
author | Seraphime Kirkovski <kirkseraph@gmail.com> | 2016-08-31 21:06:57 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-08-31 20:06:57 +0200 |
commit | 07b0b339d6a818fd7aa71beecba8ffbd36d59a8f (patch) | |
tree | 9eeef526c77d0cab13831b72c957cdde698674bc /TODO | |
parent | c7440e7401461a4bc668f5dae5b1861ed26b85dd (diff) | |
download | systemd-07b0b339d6a818fd7aa71beecba8ffbd36d59a8f.tar.gz systemd-07b0b339d6a818fd7aa71beecba8ffbd36d59a8f.tar.bz2 systemd-07b0b339d6a818fd7aa71beecba8ffbd36d59a8f.zip |
machinectl: split OS field in two; print ip addresses (#4058)
This splits the OS field in two : one for the distribution name
and one for the the version id.
Dashes are written for missing fields.
This also prints ip addresses of known machines. The `--max-addresses`
option specifies how much ip addresses we want to see. The default is 1.
When more than one address is written for a machine, a `,` follows it.
If there are more ips than `--max-addresses`, `...` follows the last
address.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -642,8 +642,6 @@ Features: is used * machined: - - "machinectl list" should probably show columns for OS version and IP - addresses - add an API so that libvirt-lxc can inform us about network interfaces being removed or added to an existing machine - "machinectl migrate" or similar to copy a container from or to a |