diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-16 04:37:35 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-15 11:23:59 +0200 |
commit | e71b0e2ec507771a6266dc0d54710c7781572515 (patch) | |
tree | aa4447ed09d4d0290fc60fedc7a586ec1274289e /src/network | |
parent | man/network: update example for router upstream interface (diff) | |
download | systemd-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.c | 2 |
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; } |