Explorar el Código

Only add the interface to the ovs_bridge, if the name in ovs_bridge is the same.

tags/mcp0.5
Michel Nederlof hace 8 años
padre
commit
7c077f64b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls Ver fichero

@@ -39,7 +39,7 @@ ovs_bridge_{{ interface_name }}:

{%- set int_name = int.get('name', int_name) %}

{%- if int.ovs_bridge is defined %}
{%- if int.ovs_bridge is defined and interface_name == int.ovs_bridge %}

add_int_to_ovs_bridge_{{ interface_name }}:
cmd.run:

Cargando…
Cancelar
Guardar