Skip to content

Commit

Permalink
Waiting until all ethernet devices are up on multi-nic machines, than…
Browse files Browse the repository at this point in the history
…ks to Chris Read <chris.read@gmail.com> (Closes: #744777).
  • Loading branch information
daniel-baumann committed Apr 28, 2015
1 parent e24d836 commit 9ab5aee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/9990-select-eth-device.sh
Expand Up @@ -24,6 +24,10 @@ Select_eth_device ()
# we want to do some basic IP
modprobe -q af_packet

# Ensure all our net modules get loaded so we can actually compare MAC addresses...
udevadm trigger
udevadm settle

# Available Ethernet interfaces ?
l_interfaces=""

Expand Down

0 comments on commit 9ab5aee

Please sign in to comment.