Pārlūkot izejas kodu

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

tags/mcp0.5
Michel Nederlof pirms 8 gadiem
vecāks
revīzija
7c077f64b6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls Parādīt failu

@@ -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:

Notiek ielāde…
Atcelt
Saglabāt