1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
Balakrishnan Raman 0be01c1048 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.
2015-08-31 16:28:52 -07:00

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