diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-22 09:52:16 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-23 14:36:56 +0100 |
commit | 2608adc31dbc3ca93b852549233f8327f2f4c883 (patch) | |
tree | c27caefa6f835062bb9d7427771a54b922b8fab2 /interface-definitions | |
parent | f7d00a91e42d668bb23a63673b4e1b36d8e319ef (diff) | |
download | vyos-1x-2608adc31dbc3ca93b852549233f8327f2f4c883.tar.gz vyos-1x-2608adc31dbc3ca93b852549233f8327f2f4c883.zip |
pppoe: T1318: increase priority so PPPoE is run after bond interfaces
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index 7511cc51d..bd558f01d 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -5,7 +5,7 @@ <tagNode name="pppoe" owner="${vyos_conf_scripts_dir}/interfaces-pppoe.py"> <properties> <help>Point-to-Point Protocol over Ethernet (PPPoE)</help> - <priority>320</priority> + <priority>321</priority> <constraint> <regex>pppoe[0-9]+$</regex> <validator name="numeric" argument="--range 1-99"/> |