From: Yu Watanabe Date: Mon, 16 Sep 2024 02:37:35 +0000 (+0900) Subject: network/radv: update comment X-Git-Tag: v257-rc1~220^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F34442%2Fhead;p=thirdparty%2Fsystemd.git network/radv: update comment DHCPv6PrefixDelegation= is replaced with DHCPPrefixDelegation=. --- 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; }