summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-client.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-07-20 16:32:10 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-08-08 09:48:57 +0200
commit9ca56089ebdb09e4f30e277164cfa03746892e6b (patch)
tree77cddf0fab80aa611e38fe2a2d0534bc50240531 /src/dhcp/nm-dhcp-client.h
parente2071e92f03d091ae0f4d84029742ac3c173830a (diff)
downloadNetworkManager-9ca56089ebdb09e4f30e277164cfa03746892e6b.tar.gz
dhcp: allowing changing route metric and route table
Diffstat (limited to 'src/dhcp/nm-dhcp-client.h')
-rw-r--r--src/dhcp/nm-dhcp-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dhcp/nm-dhcp-client.h b/src/dhcp/nm-dhcp-client.h
index ac959a1d8a..b50ea515b9 100644
--- a/src/dhcp/nm-dhcp-client.h
+++ b/src/dhcp/nm-dhcp-client.h
@@ -131,8 +131,12 @@ GBytes *nm_dhcp_client_get_hw_addr (NMDhcpClient *self);
guint32 nm_dhcp_client_get_route_table (NMDhcpClient *self);
+void nm_dhcp_client_set_route_table (NMDhcpClient *self, guint32 route_table);
+
guint32 nm_dhcp_client_get_route_metric (NMDhcpClient *self);
+void nm_dhcp_client_set_route_metric (NMDhcpClient *self, guint32 route_metric);
+
guint32 nm_dhcp_client_get_timeout (NMDhcpClient *self);
GBytes *nm_dhcp_client_get_client_id (NMDhcpClient *self);