aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/function/device.sh
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/bash/function/device.sh')
-rw-r--r--resources/libraries/bash/function/device.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/device.sh b/resources/libraries/bash/function/device.sh
index 93bc2ca82b..334fd04bfa 100644
--- a/resources/libraries/bash/function/device.sh
+++ b/resources/libraries/bash/function/device.sh
@@ -325,7 +325,7 @@ function get_available_interfaces () {
# whitelist.
pci_id="0x1889"
tg_netdev=(enp42s0 enp44s0)
- dut1_netdev=(enp61s0 enp63s0)
+ dut1_netdev=(enp63s0 enp61s0)
ports_per_nic=1
;;
"1n_vbox")