Skip to content

Commit

Permalink
Enable network manager in engine
Browse files Browse the repository at this point in the history
Network scripts are deprecated Since el8

Signed-off-by: Evgeny Slutsky <eslutsky@redhat.com>
  • Loading branch information
eslutsky committed Mar 10, 2020
1 parent 180dbae commit b581634
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 b581634

Please sign in to comment.