Explorar el Código

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 hace 5 años
padre
commit
12d280618e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      network/defaults.yaml

+ 2
- 1
network/defaults.yaml Ver fichero

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

Cargando…
Cancelar
Guardar