1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-12 21:57:23 +03:00

Feature #3175: Syntax errors

This commit is contained in:
Jaime Melis 2016-04-20 21:24:15 +02:00
parent defd48cc5c
commit f665680881

View File

@ -43,8 +43,8 @@ begin
rescue
# Default configuration values
CONF = {
:arp_cache_poisoning => true
:vxlan_mc => "239.0.0.0"
:arp_cache_poisoning => true,
:vxlan_mc => "239.0.0.0",
:vxlan_ttl => "16"
}
end