浏览代码

Fixing autoconf and Adding accept_ra

Salt official documentation says ipv6_autoconf is the correct name
but
/usr/lib/python3/dist-packages/salt/templates/debian_ip/debian_eth.jinja
shows autoconf is actually correct. Found accept_ra in there as well
master
Nate Bohman 5 年前
父节点
当前提交
12d280618e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      network/defaults.yaml

+ 2
- 1
network/defaults.yaml 查看文件

@@ -34,7 +34,8 @@ Debian:
- ipv6ipaddr
- ipv6netmask
- ipv6gateway
- ipv6_autoconf
- autoconf
- accept_ra
- mtu
def_entries:
- name: lo

正在加载...
取消
保存