diff --git a/executor-scripts/linux/link b/executor-scripts/linux/link index c0d8b51..2aa78f9 100755 --- a/executor-scripts/linux/link +++ b/executor-scripts/linux/link @@ -45,11 +45,11 @@ pre-up|post-down) echo "Device $IF_VLAN_RAW_DEVICE for $IFACE does not exist" exit 1 fi - fi - if ! [ -d /proc/net/vlan ]; then - echo "Loading 8021q kernel module for VLAN support" - ${MOCK} modprobe 8021q + if ! [ -d /proc/net/vlan ]; then + echo "Loading 8021q kernel module for VLAN support" + ${MOCK} modprobe 8021q + fi fi ${MOCK} ip link $ADD_DEL link "$IF_VLAN_RAW_DEVICE" name "$IFACE" type vlan id "$IF_VLAN_ID"