commit | 2c6952dfdda2f266f2f501792b8d6413caf25f7a | [log] [tgz] |
---|---|---|
author | Stefan Assmann <sassmann@redhat.com> | Mon Jul 26 23:24:50 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 27 13:18:14 2010 -0700 |
tree | ae6f4e19306b7909a859ee3a218a6111f89e3e99 | |
parent | 56075a98dfb887981ee0e4b6a768cd53f2514f4c [diff] |
igbvf, ixgbevf: use dev_hw_addr_random Both igbvf and ixgbevf should set addr_assign_type to NET_ADDR_RANDOM so udev creates persistent net rules by matching the device path. Do this by using the dev_hw_addr_random helper function. Signed-off-by: Stefan Assmann <sassmann@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>