DhcpHostnameFlags
Description:
[ CCode ( cprefix = "NM_DHCP_HOSTNAME_FLAG_" , type_id = "nm_dhcp_hostname_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "1.22" ) ]
public enum DhcpHostnameFlags
DhcpHostnameFlags describe flags related to the DHCP hostname and FQDN.
Content:
Enum values:
- FQDN_CLEAR_FLAGS - when set,
no FQDN flags are sent in the DHCP FQDN option.
- FQDN_ENCODED - if set, the FQDN
is encoded using canonical wire format.
- FQDN_NO_UPDATE - when not set,
request the server to perform updates (the PTR RR and possibly the A RR based on the
nm_dhcp_hostname_flag_fqdn_serv_update flag).
- FQDN_SERV_UPDATE - whether
the server should do the A RR (FQDN-to-address) DNS updates.
- NONE - no flag set.