Only add the interface to the ovs_bridge, if the name in ovs_bridge is the same.
diff --git a/linux/network/interface.sls b/linux/network/interface.sls
index 0a87091..75bae60 100644
--- a/linux/network/interface.sls
+++ b/linux/network/interface.sls
@@ -39,7 +39,7 @@
 
 {%- 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: