Add missing space
This commit is contained in:
parent
2216508846
commit
821f014799
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ for ID_RANGE_V4 in ${ID_RANGES_V4}; do
|
|||
|
||||
# If the previous command fails, it’s because trafic has
|
||||
# already be sent to the VM
|
||||
if [ $? =2 ]; then
|
||||
if [ $? = 2 ]; then
|
||||
ip neigh replace ${VM_IPV4} lladdr ${MAC} dev tap${VM_ID}i0
|
||||
fi
|
||||
else
|
||||
|
@ -222,7 +222,7 @@ for ID_RANGE_V6 in ${ID_RANGES_V6}; do
|
|||
|
||||
# If the previous command fails, it’s because trafic has
|
||||
# already be sent to the VM
|
||||
if [ $? =2 ]; then
|
||||
if [ $? = 2 ]; then
|
||||
ip neigh replace ${VM_NH} lladdr ${MAC} dev tap${VM_ID}i0
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue