SettingIP6Config
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_ip6_config_get_type ()" ) ]
public class SettingIP6Config :
SettingIPConfig
Content:
Constants:
Properties:
- public int addr_gen_mode { get; set; }
Configure the method for creating the IPv6 interface identifier of
addresses for RFC4862 IPv6 Stateless Address Autoconfiguration and IPv6 Link Local.
- public string dhcp_duid { owned get; set; }
A string containing the DHCPv6 Unique Identifier (DUID) used by the
dhcp client to identify itself to DHCPv6 servers (RFC 3315).
- public string dhcp_pd_hint { owned get; set; }
A IPv6 address followed by a slash and a prefix length.
- public SettingIP6ConfigPrivacy ip6_privacy { get; set; }
Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941.
- public uint mtu { get; set; }
Maximum transmission unit size, in bytes.
- public int ra_timeout { get; set; }
A timeout for waiting Router Advertisements in seconds.
- public int temp_preferred_lifetime { get; set; }
The preferred lifetime of autogenerated temporary addresses, in
seconds.
- public int temp_valid_lifetime { get; set; }
The valid lifetime of autogenerated temporary addresses, in seconds.
- public string token { owned get; set; }
Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02
IPv6 tokenized interface identifiers.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.SettingIPConfig
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object