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:
parent
a31f71184a
commit
7f3f053779
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user