1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
.. _vim.host.IpConfig: ../../../vim/host/IpConfig.rst
.. _vim.host.IpConfig.IpV6AddressStatus: ../../../vim/host/IpConfig/IpV6AddressStatus.rst
vim.host.IpConfig.IpV6AddressStatus
===================================
:contained by: `vim.host.IpConfig`_
:type: `vim.host.IpConfig.IpV6AddressStatus`_
:name: duplicate
values:
--------
tentative
Indicates that the uniqueness of the address on the link is presently being verified.
deprecated
Indicates that this is a valid but deprecated address that should no longer be used as a source address.
inaccessible
Indicates that the address is not accessible because interface is not operational.
invalid
Indicates that this isn't a valid.
duplicate
Indicates the address has been determined to be non-unique on the link, this address will not be reachable.
preferred
Indicates that this is a valid address.
unknown
Indicates that the status cannot be determined.
|