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

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

This commit is contained in:
Thomas Hofmann 2020-01-17 10:20:13 +01:00 committed by Ruben S. Montero
parent c7915809cd
commit 5ede8cdd04

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 }}