Compare commits
No commits in common. "dd1b315d22148fd82b936c25fe155684654431c9" and "fb4b0465abbd96e6d342e5606c61c919c99a82ff" have entirely different histories.
dd1b315d22
...
fb4b0465ab
|
@ -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 = data;
|
OrderedHashmap **options = userdata;
|
||||||
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,4 +7,3 @@ IPv6AcceptRA=false
|
||||||
|
|
||||||
[DHCPv4]
|
[DHCPv4]
|
||||||
RoutesToDNS=yes
|
RoutesToDNS=yes
|
||||||
SendOption=12:string:test
|
|
||||||
|
|
Loading…
Reference in New Issue