diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-02 17:10:54 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-02 17:10:54 +0100 |
commit | 99c762ebbbb30a638760627bc6d5fd86932951e1 (patch) | |
tree | 92177c6cfceec27d4ec1fcc0eb5251496fc5b258 /interface-definitions/interfaces-bonding.xml | |
parent | 3b5395580f4134a3295fbf8f8ebcc4b3caa38673 (diff) | |
download | vyos-1x-99c762ebbbb30a638760627bc6d5fd86932951e1.tar.gz vyos-1x-99c762ebbbb30a638760627bc6d5fd86932951e1.zip |
bonding: T1777: change priority to be after ethernet interfaces
On system reboots (mainly) the bond has been created and configured a MAC
address on the physical ports. Later ethernet interfaces have been configured
overwriting the bond MAC address.
Diffstat (limited to 'interface-definitions/interfaces-bonding.xml')
-rw-r--r-- | interface-definitions/interfaces-bonding.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-bonding.xml b/interface-definitions/interfaces-bonding.xml index ba1acfff6..821dd15fa 100644 --- a/interface-definitions/interfaces-bonding.xml +++ b/interface-definitions/interfaces-bonding.xml @@ -5,7 +5,7 @@ <tagNode name="bonding" owner="${vyos_conf_scripts_dir}/interfaces-bonding.py"> <properties> <help>Bonding interface name</help> - <priority>315</priority> + <priority>320</priority> <constraint> <regex>bond[0-9]+$</regex> </constraint> |