Merge "Fix auto up bond0 in some roles"
diff --git "a/\173\043 interfaces \043\175/bond0_ab_nondvr_vxlan_ctl_mesh_raw" "b/\173\043 interfaces \043\175/bond0_ab_nondvr_vxlan_ctl_mesh_raw"
index f4abbf2..8bec6dd 100644
--- "a/\173\043 interfaces \043\175/bond0_ab_nondvr_vxlan_ctl_mesh_raw"
+++ "b/\173\043 interfaces \043\175/bond0_ab_nondvr_vxlan_ctl_mesh_raw"
@@ -14,9 +14,10 @@
{{ interface_name }}:
mtu: 9000
enabled: true
+ master: bond0
name: {{ interface_name }}
proto: manual
- type: eth
+ type: slave
ipflush_onchange: true
{%- endfor %}
bond0:
@@ -73,4 +74,4 @@
use_interfaces:
- br_mesh
require_interfaces:
- - br_mesh
\ No newline at end of file
+ - br_mesh
diff --git "a/\173\043 interfaces \043\175/bond0_ab_ovs_vlan_ctl" "b/\173\043 interfaces \043\175/bond0_ab_ovs_vlan_ctl"
index c136ab9..8fef103 100644
--- "a/\173\043 interfaces \043\175/bond0_ab_ovs_vlan_ctl"
+++ "b/\173\043 interfaces \043\175/bond0_ab_ovs_vlan_ctl"
@@ -11,9 +11,10 @@
{{ interface_name }}:
mtu: 9000
enabled: true
+ master: bond0
name: {{ interface_name }}
proto: manual
- type: eth
+ type: slave
ipflush_onchange: true
{%- endfor %}
bond0:
@@ -49,4 +50,4 @@
use_interfaces:
- bond0
require_interfaces:
- - bond0
\ No newline at end of file
+ - bond0