summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-02 19:21:57 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-02 19:21:57 +0200
commit79793caaa6b7c148b41f38f3ac01b1d1fc7f9a7f (patch)
treeb4ed3a4040a18c445db8f6ea3e0578eb13e6b5c8 /interface-definitions
parentb5310b0979408d2e82252a5dde74375b016cb410 (diff)
downloadvyos-1x-79793caaa6b7c148b41f38f3ac01b1d1fc7f9a7f.tar.gz
vyos-1x-79793caaa6b7c148b41f38f3ac01b1d1fc7f9a7f.zip
l2tpv3: T1823: change interface priority
As L2TPv3 interfaces can be member interface of a bridge device it must be configured prior to the bridge - else the system will boot with an error as member adding fails.
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/interfaces-l2tpv3.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-l2tpv3.xml.in b/interface-definitions/interfaces-l2tpv3.xml.in
index 161a37df8..f9985ad67 100644
--- a/interface-definitions/interfaces-l2tpv3.xml.in
+++ b/interface-definitions/interfaces-l2tpv3.xml.in
@@ -5,7 +5,7 @@
<tagNode name="l2tpv3" owner="${vyos_conf_scripts_dir}/interfaces-l2tpv3.py">
<properties>
<help>Layer 2 Tunnel Protocol Version 3 (L2TPv3) Interface</help>
- <priority>800</priority>
+ <priority>469</priority>
<constraint>
<regex>l2tpeth[0-9]+$</regex>
</constraint>