mirror of
https://github.com/systemd/systemd
synced 2025-09-25 06:44:45 +02:00
Compare commits
2 Commits
c05b8edde0
...
2ac7eec3b5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2ac7eec3b5 | ||
![]() |
b209cff2ad |
@ -548,7 +548,7 @@ static int dhcp4_remove_all(Link *link) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int dhcp_lease_lost(Link *link) {
|
static int dhcp_lease_lost(Link *link) {
|
||||||
int k, r;
|
int k, r = 0;
|
||||||
|
|
||||||
assert(link);
|
assert(link);
|
||||||
assert(link->dhcp_lease);
|
assert(link->dhcp_lease);
|
||||||
|
@ -501,6 +501,7 @@ int network_load_one(Manager *manager, OrderedHashmap **networks, const char *fi
|
|||||||
"DHCP\0" /* compat */
|
"DHCP\0" /* compat */
|
||||||
"DHCPv4\0"
|
"DHCPv4\0"
|
||||||
"DHCPv6\0"
|
"DHCPv6\0"
|
||||||
|
"DHCPv6PrefixDelegation\0"
|
||||||
"DHCPServer\0"
|
"DHCPServer\0"
|
||||||
"IPv6AcceptRA\0"
|
"IPv6AcceptRA\0"
|
||||||
"IPv6NDPProxyAddress\0"
|
"IPv6NDPProxyAddress\0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user