浏览代码

Fix a bug on Ubuntu Trusty where static ipv6 addresses aren't fast enough available.

Signed-off-by: Rene Jochum <rene@jochums.at>
pull/9/head
Rene Jochum 8 年前
父节点
当前提交
7e7d521348
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      network/interfaces.sls

+ 5
- 0
network/interfaces.sls 查看文件

@@ -66,6 +66,11 @@ dhclient_conf:
- require:
- pkg: packages
{% endif %}
# Fixes a bug on Ubuntu Trusty where static ipv6 addresses aren't fast enough available.
{% if grains['os'] == 'Ubuntu' and grains['oscodename'] == 'trusty' %}
- post_up_cmds:
- /bin/sleep 2
{% endif %}
{% endfor %}

{% if pkgs|length > 0 %}

正在加载...
取消
保存