summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-09-16 04:37:35 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-10-15 11:23:59 +0200
commite71b0e2ec507771a6266dc0d54710c7781572515 (patch)
treeaa4447ed09d4d0290fc60fedc7a586ec1274289e /src/network
parentman/network: update example for router upstream interface (diff)
downloadsystemd-e71b0e2ec507771a6266dc0d54710c7781572515.tar.xz
systemd-e71b0e2ec507771a6266dc0d54710c7781572515.zip
network/radv: update comment
DHCPv6PrefixDelegation= is replaced with DHCPPrefixDelegation=.
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkd-radv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-radv.c b/src/network/networkd-radv.c
index 8486151b11..8cff0237a9 100644
--- a/src/network/networkd-radv.c
+++ b/src/network/networkd-radv.c
@@ -1372,7 +1372,7 @@ int config_parse_router_prefix_delegation(
}
/* When IPv6SendRA= is enabled, only static prefixes are sent by default, and users
- * need to explicitly enable DHCPv6PrefixDelegation=. */
+ * need to explicitly enable DHCPPrefixDelegation=. */
*ra = r ? RADV_PREFIX_DELEGATION_STATIC : RADV_PREFIX_DELEGATION_NONE;
return 0;
}