Set the MTU regardless if an address is present

Closes-Bug: #1753543
Change-Id: I1dd72bd0ddec6b944c9ab440e5e2809a6471ae03
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit 4e96af6157)
This commit is contained in:
Kevin Carter 2018-03-06 10:14:27 -06:00 committed by Kevin Carter (cloudnull)
parent 2921b528a4
commit 708b83668e
1 changed files with 8 additions and 7 deletions

View File

@ -21,5 +21,6 @@ iface {{ item.value.interface }} inet static
{% endif %}
{% else %}
iface {{ item.value.interface }} inet manual
mtu {{ item.value.mtu|default(lxc_container_default_mtu) }}
{% endif %}
### end generated network for [ {{ item.value.interface }} ] ###