summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-pppoe.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-22 09:52:16 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-23 14:36:56 +0100
commit2608adc31dbc3ca93b852549233f8327f2f4c883 (patch)
treec27caefa6f835062bb9d7427771a54b922b8fab2 /interface-definitions/interfaces-pppoe.xml.in
parentf7d00a91e42d668bb23a63673b4e1b36d8e319ef (diff)
downloadvyos-1x-2608adc31dbc3ca93b852549233f8327f2f4c883.tar.gz
vyos-1x-2608adc31dbc3ca93b852549233f8327f2f4c883.zip
pppoe: T1318: increase priority so PPPoE is run after bond interfaces
Diffstat (limited to 'interface-definitions/interfaces-pppoe.xml.in')
-rw-r--r--interface-definitions/interfaces-pppoe.xml.in2
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"/>