]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemd/sd-dhcp6-client.h
sd-network: DHCPv6 - Add support to send vendor class data
[thirdparty/systemd.git] / src / systemd / sd-dhcp6-client.h
index 8011457b76179359376f9ebf773c9e0ecad4bb71..c342be4b294b7ef972908c64e5fff5e8a21e764c 100644 (file)
@@ -125,10 +125,12 @@ int sd_dhcp6_client_set_request_option(
 int sd_dhcp6_client_set_request_mud_url(
                 sd_dhcp6_client *client,
                 const char *mudurl);
-
 int sd_dhcp6_client_set_request_user_class(
                 sd_dhcp6_client *client,
                 char** user_class);
+int sd_dhcp6_client_set_request_vendor_class(
+                sd_dhcp6_client *client,
+                char** vendor_class);
 int sd_dhcp6_client_set_prefix_delegation_hint(
                 sd_dhcp6_client *client,
                 uint8_t prefixlen,