Browse Source

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 years ago
parent
commit
12d280618e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      network/defaults.yaml

+ 2
- 1
network/defaults.yaml View File

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

Loading…
Cancel
Save