Skip to content

Commit

Permalink
Merge pull request oVirt#306 from eslutsky/enable-NetworkManager-in-E…
Browse files Browse the repository at this point in the history
…ngine

Enable network manager in engine
  • Loading branch information
arachmani authored Mar 10, 2020
2 parents 180dbae + b581634 commit 7e33686
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/ifcfg-eth0-dhcp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ZONE=public
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=no
NM_CONTROLLED=no
NM_CONTROLLED=yes
2 changes: 1 addition & 1 deletion templates/ifcfg-eth0-static-ipv6.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ DNS{{loop.index}}={{ d }}
{% endfor %}
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
NM_CONTROLLED=no
NM_CONTROLLED=yes
2 changes: 1 addition & 1 deletion templates/ifcfg-eth0-static.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ DNS{{loop.index}}={{ d }}
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=no
NM_CONTROLLED=no
NM_CONTROLLED=yes

0 comments on commit 7e33686

Please sign in to comment.