From e71b0e2ec507771a6266dc0d54710c7781572515 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 16 Sep 2024 11:37:35 +0900 Subject: [PATCH] network/radv: update comment DHCPv6PrefixDelegation= is replaced with DHCPPrefixDelegation=. --- src/network/networkd-radv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/networkd-radv.c b/src/network/networkd-radv.c index 8486151b111..8cff0237a96 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; } -- 2.47.3