Преглед изворни кода

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

tags/mcp0.5
Michel Nederlof пре 8 година
родитељ
комит
7c077f64b6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls Прегледај датотеку

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

Loading…
Откажи
Сачувај