1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #4958: Add default values for MTU configuration attributes

This commit is contained in:
Ruben S. Montero 2016-12-29 12:32:36 +01:00
parent a31f71184a
commit 7f3f053779

View File

@ -45,7 +45,10 @@ rescue
CONF = {
:arp_cache_poisoning => true,
:vxlan_mc => "239.0.0.0",
:vxlan_ttl => "16"
:vxlan_ttl => "16",
:vxlan_mtu => "1500",
:validate_vlan_id => false,
:vlan_mtu => "1500"
}
end