1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-27 07:22:31 +03:00

network: update comment as DHCP is deprecated now

This commit is contained in:
Yu Watanabe 2019-10-14 21:19:04 +09:00
parent c16c780804
commit 4abcdaa08c

View File

@ -459,8 +459,8 @@ int network_load_one(Manager *manager, const char *filename) {
"RoutingPolicyRule\0" "RoutingPolicyRule\0"
"Route\0" "Route\0"
"NextHop\0" "NextHop\0"
"DHCP\0" "DHCP\0" /* compat */
"DHCPv4\0" /* compat */ "DHCPv4\0"
"DHCPv6\0" "DHCPv6\0"
"DHCPServer\0" "DHCPServer\0"
"IPv6AcceptRA\0" "IPv6AcceptRA\0"