diff --git a/docs/index.html b/docs/index.html index 0dc6008..a5e271c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -187,6 +187,8 @@ id="toc-type-dummy">type: dummy
  • autoconnect
  • +
  • autoconnect_retries
  • mac
  • cloned_mac
  • @@ -609,6 +611,16 @@ supported network_provider for this type.

  • For initscripts, this corresponds to the ONBOOT property.

  • +

    autoconnect_retries

    +

    The number of times a connection should be tried when autoactivating +before giving up. Zero means forever, -1 means the global default in +NetworkManager (4 times if not overridden). Setting this to 1 means to +try activation only once before blocking autoconnect. Note that after a +timeout, NetworkManager will try to autoconnect again.

    +

    mac

    The mac address is optional and restricts the profile to be usable only on devices with the given MAC address. mac diff --git a/latest/README.html b/latest/README.html index 0dc6008..a5e271c 100644 --- a/latest/README.html +++ b/latest/README.html @@ -187,6 +187,8 @@ id="toc-type-dummy">type: dummy

  • autoconnect
  • +
  • autoconnect_retries
  • mac
  • cloned_mac
  • @@ -609,6 +611,16 @@ supported network_provider for this type.

  • For initscripts, this corresponds to the ONBOOT property.

  • +

    autoconnect_retries

    +

    The number of times a connection should be tried when autoactivating +before giving up. Zero means forever, -1 means the global default in +NetworkManager (4 times if not overridden). Setting this to 1 means to +try activation only once before blocking autoconnect. Note that after a +timeout, NetworkManager will try to autoconnect again.

    +

    mac

    The mac address is optional and restricts the profile to be usable only on devices with the given MAC address. mac