mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Merge branch 'master' of git.opennebula.org:one
This commit is contained in:
commit
fe67faa255
@ -170,7 +170,8 @@ configure_network()
|
||||
|
||||
activate_network()
|
||||
{
|
||||
if [[ `lsb_release -c | awk '{print($2)}'` = precise ]]; then
|
||||
. /etc/os-release
|
||||
if [ ID = "ubuntu" ]; then
|
||||
IFACES=`get_interfaces`
|
||||
|
||||
for i in $IFACES; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user