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
|
.. _vim.host.IpConfig: ../../../vim/host/IpConfig.rst
.. _vim.host.IpConfig.IpV6AddressConfigType: ../../../vim/host/IpConfig/IpV6AddressConfigType.rst
vim.host.IpConfig.IpV6AddressConfigType
=======================================
This specifies how the ipv6 address is configured for the interface. We follow rfc4293 in defining the values for the configType.
:contained by: `vim.host.IpConfig`_
:type: `vim.host.IpConfig.IpV6AddressConfigType`_
:name: random
values:
--------
random
The address is chosen by the system at random e.g., an IPv4 address within 169.254/16, or an RFC 3041 privacy address.
dhcp
The address is configured through dhcp.
other
Any other type of address configuration other than the below mentioned ones will fall under this category. For e.g., automatic address configuration for the link local address falls under this type.
manual
The address is configured manually.
linklayer
The address is obtained through stateless autoconfiguration.
|