How to change the order in bringing up the bond interface?
Issue
- Is there a way to configure the order in which interfaces are brought up by network service without having to change interface names?
- By default, when we restart network service, the sequence is:
- ifdown bond0
- ifdown bond1
- ifdown bond2
- ifup bond0
- ifup bond1
- ifup bond2
Want to change the sequence to:
- ifdown bond0
- ifdown bond1
- ifdown bond2
- ifup bond2 <--- Prioritized interface.
- ifup bond0
- ifup bond1
Environment
- Red Hat Enterprise Linux (All version)
- Bonding
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.