mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 02:29:01 +08:00
更改描述
This commit is contained in:
parent
29aade8ccd
commit
3651120dac
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if [ -z "$SUBNET_PREFIX" ] || [ "$SUBNET_PREFIX" = ":0" ]; then
|
||||||
_red "No IPV6 subnet, no automatic mapping"
|
_red "No IPV6 subnet, no automatic mapping"
|
||||||
else
|
else
|
||||||
_blue "母鸡的IPV6子网前缀为 $SUBNET_PREFIX"
|
_blue "母鸡的IPV6子网前缀为 $SUBNET_PREFIX"
|
||||||
_blue "The hen's IPV6 subnet prefix is $SUBNET_PREFIX"
|
_blue "The IPV6 subnet prefix of the host is $SUBNET_PREFIX"
|
||||||
fi
|
fi
|
||||||
if [ -z "$ipv6_address" ]; then
|
if [ -z "$ipv6_address" ]; then
|
||||||
_red "母机无 IPV6 地址,不进行自动映射"
|
_red "母机无 IPV6 地址,不进行自动映射"
|
||||||
|
|
Loading…
Reference in a new issue