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:
@@ -1,6 +1,5 @@
|
||||
pre-up,link
|
||||
pre-up,bond
|
||||
pre-up,clagd
|
||||
pre-up,vlan
|
||||
pre-up,vxlan
|
||||
pre-up,clagd
|
||||
|
||||
Reference in New Issue
Block a user