From 207c8553486741c1428206708b2e4a84d3d4c9e9 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 2 Nov 2016 18:01:36 +0100 Subject: [PATCH] man: clarify behavior of "ip4"/"ip6" alias to nmcli --- man/nmcli.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/man/nmcli.xml b/man/nmcli.xml index 3b6cc9ff3e..ff68cb75c1 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -1648,9 +1648,8 @@ Apart from the property-value pairs, connection add, connection modify and device modify also - accept short forms of some properties. They exist for convenience and compatiblity - with older versions of nmcli that could not accept the raw - properties. + accept short forms of some properties. They exist for convenience. Some aliases can + affect multiple connection properties at once. The overview of the aliases is below. An actual connection type is used to disambiguate these options from the options of the same name that are valid for @@ -1960,9 +1959,10 @@ It's equivalent of using the +bond.options 'option=value' syn ip4 - ipv4.addresses + ipv4.addresses + ipv4.method This option can be specified multiple times. -It's equivalent of using +ipv4.addresses syntax. +It's equivalent of using +ipv4.addresses syntax and setting ipv4.method to manual. gw4ipv4.gateway @@ -1975,9 +1975,10 @@ It's equivalent of using +ipv4.addresses syntax. ip6 - ipv6.addresses + ipv6.addresses + ipv6.method This option can be specified multiple times. -It's equivalent of using +ipv6.addresses syntax. +It's equivalent of using +ipv6.addresses syntax and setting ipv6.method to manual. gw6ipv6.gateway