diskimage-builder/elements/dhcp-all-interfaces/install.d
Dan Prince f58f859303 Only configure DHCP for real interfaces
Updates the generate-interfaces-file.sh script in
the dhcp-all-interfaces element so that we only
add interfaces that have real MAC addresses.

The generate-interfaces-file.sh script is run early enough
in the boot process (before OVS is initialized) that this
isn't usually a problem unless you execute it manually by hand
after booting. Then you'll end up with network/DHCP
configs for all of your OVS bridges, etc. This
patch avoids configuring all of the virtual interfaces
which have generated MAC addresses.

Change-Id: I7a705084aa5b11305ac0ec5ca37fd2e87a2ae8b7
Closes-bug: 1239479
2014-01-23 16:37:44 -05:00
..
50-dhcp-all-interfaces Implement dhcp-all-interfaces for systemd. 2014-01-10 10:14:07 -05:00
dhcp-all-interfaces.conf Make dhcp-all-interfaces block all interfaces 2013-10-11 11:06:16 -07:00
dhcp-all-interfaces.service Implement dhcp-all-interfaces for systemd. 2014-01-10 10:14:07 -05:00
generate-interfaces-file.sh Only configure DHCP for real interfaces 2014-01-23 16:37:44 -05:00