Add :hwaddr and :flags to default network options
authorMichael Adam <obnox@samba.org>
Tue, 13 Jan 2015 22:54:34 +0000 (23:54 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 13 Jan 2015 22:59:02 +0000 (23:59 +0100)
Vagrantfile

index fe5a8f766294bf12af58234623bf0fe5be97000b..1eefb25a64444617f679b6fd72e3a742153d0a09 100644 (file)
@@ -12,10 +12,12 @@ require 'yaml'
 #
 
 net_default = {
-  :type => 'veth',
-  :name => '',
-  :ipv4 => '',
-  :ipv6 => '',
+  :type   => 'veth',
+  :flags  => 'up',
+  :hwaddr => '',
+  :name   => '',
+  :ipv4   => '',
+  :ipv6   => '',
 }
 
 ctdb = {