mirror of
https://github.com/systemd/systemd
synced 2025-11-06 18:34:46 +01:00
Compare commits
3 Commits
fb4b0465ab
...
dd1b315d22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd1b315d22 | ||
|
|
0810e6d787 | ||
|
|
83b56c70e6 |
@ -279,7 +279,7 @@ int config_parse_dhcp_send_option(
|
||||
|
||||
_cleanup_(sd_dhcp_option_unrefp) sd_dhcp_option *opt = NULL, *old = NULL;
|
||||
_cleanup_free_ char *word = NULL, *q = NULL;
|
||||
OrderedHashmap **options = userdata;
|
||||
OrderedHashmap **options = data;
|
||||
union in_addr_union addr;
|
||||
DHCPOptionDataType type;
|
||||
uint8_t u, uint8_data;
|
||||
|
||||
@ -7,3 +7,4 @@ IPv6AcceptRA=false
|
||||
|
||||
[DHCPv4]
|
||||
RoutesToDNS=yes
|
||||
SendOption=12:string:test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user