diff --git a/man/nmcli.xml b/man/nmcli.xml index 27cc3dd65c..2619234e11 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -1684,7 +1684,7 @@ type connection.type - This option also accepts values of , + This alias also accepts values of , and . They create connection profiles. Their use is discouraged in favor of using a specific type with option. @@ -1724,6 +1724,7 @@ property as well. usernamepppoe.username passwordpppoe.password servicepppoe.service + parentpppoe.parent @@ -1880,6 +1881,7 @@ It's equivalent to the +bond.options 'option=value' syntax.hello-timebridge.hello-time max-agebridge.max-age ageing-timebridge.ageing-time + group-forward-maskbridge.group-forward-mask multicast-snoopingbridge.multicast-snooping macbridge.mac-address prioritybridge-port.priority @@ -1932,6 +1934,20 @@ It's equivalent to the +bond.options 'option=value' syntax. + MACsec options + + AliasProperty + + + devmacsec.parent + modemacsec.mode + encryptmacsec.encrypt + cakmacsec.cak + cknmacsec.ckn + portmacsec.port + +
+ VxLAN options AliasProperty @@ -1980,10 +1996,8 @@ It's equivalent to the +bond.options 'option=value' syntax. ip4 - ipv4.addresses - ipv4.method - This option can be specified multiple times. -It's equivalent to using the +ipv4.addresses syntax and setting ipv4.method to manual. + ipv4.addresses ipv4.method + The alias is equivalent to the +ipv4.addresses syntax and also sets ipv4.method to manual. It can be specified multiple times. gw4ipv4.gateway @@ -1996,10 +2010,8 @@ It's equivalent to using the +ipv4.addresses syntax and setti ip6 - ipv6.addresses - ipv6.method - This option can be specified multiple times. -It's equivalent to using the +ipv6.addresses syntax and setting ipv6.method to manual. + ipv6.addresses ipv6.method + The alias is equivalent to the +ipv6.addresses syntax and also sets ipv6.method to manual. It can be specified multiple times. gw6ipv6.gateway @@ -2010,10 +2022,13 @@ It's equivalent to using the +ipv6.addresses syntax and setti AliasPropertyNote + methodproxy.method + browser-onlyproxy.browser-only + pac-urlproxy.pac-url - + pac-script proxy.pac-script - Read the java script pac-script from file or pass it directly on the command line. Prefix the value with "file://" or "js://" to force one or the other. + Read the JavaScript PAC (proxy auto-config) script from file or pass it directly on the command line. Prefix the value with "file://" or "js://" to force one or the other.