Compare commits
3 Commits
fb4b0465ab
...
dd1b315d22
Author | SHA1 | Date |
---|---|---|
Anita Zhang | dd1b315d22 | |
Yu Watanabe | 0810e6d787 | |
Yu Watanabe | 83b56c70e6 |
|
@ -279,7 +279,7 @@ int config_parse_dhcp_send_option(
|
||||||
|
|
||||||
_cleanup_(sd_dhcp_option_unrefp) sd_dhcp_option *opt = NULL, *old = NULL;
|
_cleanup_(sd_dhcp_option_unrefp) sd_dhcp_option *opt = NULL, *old = NULL;
|
||||||
_cleanup_free_ char *word = NULL, *q = NULL;
|
_cleanup_free_ char *word = NULL, *q = NULL;
|
||||||
OrderedHashmap **options = userdata;
|
OrderedHashmap **options = data;
|
||||||
union in_addr_union addr;
|
union in_addr_union addr;
|
||||||
DHCPOptionDataType type;
|
DHCPOptionDataType type;
|
||||||
uint8_t u, uint8_data;
|
uint8_t u, uint8_data;
|
||||||
|
|
|
@ -7,3 +7,4 @@ IPv6AcceptRA=false
|
||||||
|
|
||||||
[DHCPv4]
|
[DHCPv4]
|
||||||
RoutesToDNS=yes
|
RoutesToDNS=yes
|
||||||
|
SendOption=12:string:test
|
||||||
|
|
Loading…
Reference in New Issue