1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

Fix ifupdown2 pre-up order

Ticket: CM-7313
Reviewed By: trivial
Testing Done: tested in active-active vxlan scale testbed

With recent change to ifupdown2 to create dummy devices (CM-3525), pre-up
sequence has been inadvertently changed to invoke clag before vxlan. This
causes protodown of vxlan device by clag addon to happen before vxlan device
gets added. Revert the pre-up order to have vxlan pre-up before clag's.
This commit is contained in:
Balakrishnan Raman
2015-08-31 16:22:12 -07:00
parent 2ec2da0cf9
commit 0be01c1048

View File

@@ -1,6 +1,5 @@
pre-up,link pre-up,link
pre-up,bond pre-up,bond
pre-up,clagd
pre-up,vlan pre-up,vlan
pre-up,vxlan pre-up,vxlan
pre-up,clagd pre-up,clagd