mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
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.
34 lines
492 B
Plaintext
34 lines
492 B
Plaintext
pre-up,link
|
|
pre-up,bond
|
|
pre-up,vlan
|
|
pre-up,vxlan
|
|
pre-up,clagd
|
|
pre-up,usercmds
|
|
pre-up,bridge
|
|
pre-up,bridgevlan
|
|
pre-up,mstpctl
|
|
up,dhcp
|
|
up,address
|
|
up,addressvirtual
|
|
up,usercmds
|
|
post-up,ethtool
|
|
post-up,usercmds
|
|
post-up,clagd
|
|
post-up,vxrd
|
|
pre-down,usercmds
|
|
pre-down,ethtool
|
|
pre-down,vxrd
|
|
down,dhcp
|
|
down,addressvirtual
|
|
down,address
|
|
down,usercmds
|
|
post-down,clagd
|
|
post-down,mstpctl
|
|
post-down,bridgevlan
|
|
post-down,bridge
|
|
post-down,vxlan
|
|
post-down,vlan
|
|
post-down,bond
|
|
post-down,usercmds
|
|
post-down,link
|