]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network/radv: update comment 34442/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Sep 2024 02:37:35 +0000 (11:37 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Oct 2024 09:23:59 +0000 (18:23 +0900)
DHCPv6PrefixDelegation= is replaced with DHCPPrefixDelegation=.

src/network/networkd-radv.c

index 8486151b1118be10a81ae015caff67ca7575bf16..8cff0237a96cc66d2477ac6e82fef47721d35164 100644 (file)
@@ -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;
         }