mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 02:09:52 +07:00
init: fix nic
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
b46767e423
commit
0b229c3fe9
@ -114,7 +114,7 @@ for ETH in ${ETHX}; do
|
|||||||
sleep 1
|
sleep 1
|
||||||
fi
|
fi
|
||||||
[ "${ETH::3}" = "eth" ] && ethtool -s ${ETH} wol g 2>/dev/null || true
|
[ "${ETH::3}" = "eth" ] && ethtool -s ${ETH} wol g 2>/dev/null || true
|
||||||
[ "${ETH::3}" = "eth" ] && ethtool -K ${ETH} rxhash off 2>/dev/null || true
|
# [ "${ETH::3}" = "eth" ] && ethtool -K ${ETH} rxhash off 2>/dev/null || true
|
||||||
initConfigKey "${ETH}" "${MACR}" "${USER_CONFIG_FILE}"
|
initConfigKey "${ETH}" "${MACR}" "${USER_CONFIG_FILE}"
|
||||||
done
|
done
|
||||||
ETHN="$(echo ${ETHX} | wc -w)"
|
ETHN="$(echo ${ETHX} | wc -w)"
|
||||||
|
Loading…
Reference in New Issue
Block a user