1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

M #-: typo: "NM_CONTOLLED" instead of "NM_CONTROLLED" (#4086)

(cherry picked from commit 5ede8cdd04)
This commit is contained in:
Thomas Hofmann 2020-01-17 10:20:13 +01:00 committed by Ruben S. Montero
parent 2b89a19c62
commit 0fbbf8937e
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -3,7 +3,7 @@ TYPE=Bridge
DEVICE={{ bridged_networking_bridge }}
ONBOOT=yes
BOOTPROTO=static
NM_CONTOLLED=no
NM_CONTROLLED=no
DELAY=0
{% if bridged_networking_static_ip %}
IPADDR={{ bridged_networking_static_ip }}