It will be better with the right value…

This commit is contained in:
Alarig Le Lay 2019-01-21 19:15:42 +01:00
parent 41132aa328
commit 67de411db8
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ for ID_RANGE_V6 in ${ID_RANGES_V6}; do
fi
# Activation of IPv6 on the tap interface
sysctl net.ipv6.conf.tap${VM_ID}i0.disable_ipv6=1
sysctl net.ipv6.conf.tap${VM_ID}i0.disable_ipv6=0
# Ajout de la route associée
COMMAND="ip -6 route add ${VM_IPV6}/48 via ${VM_NH} dev tap${VM_ID}i0"