1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
anuradhak ff01349dd4 Move clag_enable setting to ifupdown2 ifenslave.
Ticket: CM-4802
Reviewed By:
Testing Done: yes

1. clag_enable needs to be set before slaves are added to the bond. Otherwise
bonding driver will bring the slaves up independent of clagd.
2. also added post_down clagd addon to cleanup the clag-id on ifdown.
2015-02-02 12:53:14 -08:00

29 lines
431 B
Plaintext

pre-up,ifenslave
pre-up,clagd
pre-up,vlan
pre-up,vxlan
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
pre-down,usercmds
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,ifenslave
post-down,usercmds