From cfb80376641fa49137b9996130352697e7f8b436 Mon Sep 17 00:00:00 2001
From: Sebastien Bacher
NMSettingIP4Config has few properties or methods of its own; it inherits almost everything from NMSettingIPConfig.
-NetworkManager supports 5 values for the “method” property +
NetworkManager supports 5 values for the “method” property
for IPv4. If "auto" is specified then the appropriate automatic method
(DHCP, PPP, etc) is used for the interface and most other properties can be
left unset. If "link-local" is specified, then a link-local address in the
@@ -147,7 +147,7 @@ nm_setting_ip4_config_new ( Returns the value contained in the “dhcp-client-id”
+ Returns the value contained in the “dhcp-client-id”
property. Returns the value contained in the “dhcp-fqdn”
+ Returns the value contained in the “dhcp-fqdn”
property. Returns the value contained in the “dhcp_vendor_class_identifier”
+ Returns the value contained in the “dhcp_vendor_class_identifier”
property.void
@@ -156,7 +156,7 @@ nm_setting_ip4_config_new (void
const char *
nm_setting_ip4_config_get_dhcp_client_id
(
-NMSettingIP4Config *setting);Parameters
@@ -184,7 +184,7 @@ addresses via DHCP.
nm_setting_ip4_config_get_dhcp_fqdn ()
const char *
nm_setting_ip4_config_get_dhcp_fqdn (
-NMSettingIP4Config *setting);Parameters
@@ -213,7 +213,7 @@ property.
const char *
nm_setting_ip4_config_get_dhcp_vendor_class_identifier
(
-NMSettingIP4Config *setting);
Generated by GTK-Doc V1.33.0