summaryrefslogtreecommitdiff
path: root/interface-definitions/vrf.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-17 20:52:00 +0100
committerChristian Poessinger <christian@poessinger.com>2021-03-17 20:52:00 +0100
commita334b8bd2a6695413712f0801200682e9d44c4c7 (patch)
treec6d8583db699ac71ca47deb298730a775a2e94e8 /interface-definitions/vrf.xml.in
parentad73de5d1c48ccc33e6d05ee91241446c96516cd (diff)
downloadvyos-1x-a334b8bd2a6695413712f0801200682e9d44c4c7.tar.gz
vyos-1x-a334b8bd2a6695413712f0801200682e9d44c4c7.zip
vrf: T3344: adjust routing protocol priorities to be +1 after default VRF
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-rw-r--r--interface-definitions/vrf.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in
index fdf7e3444..de605e89b 100644
--- a/interface-definitions/vrf.xml.in
+++ b/interface-definitions/vrf.xml.in
@@ -36,7 +36,7 @@
<node name="static" owner="${vyos_conf_scripts_dir}/protocols_static.py $VAR(../../@)">
<properties>
<help>Static route parameters</help>
- <priority>600</priority>
+ <priority>481</priority>
</properties>
<children>
#include <include/static/static-route.xml.i>
@@ -46,7 +46,7 @@
<tagNode name="bgp" owner="${vyos_conf_scripts_dir}/protocols_bgp.py $VAR(../../@)">
<properties>
<help>Border Gateway Protocol (BGP)</help>
- <priority>820</priority>
+ <priority>821</priority>
<valueHelp>
<format>u32:1-4294967294</format>
<description>Autonomous System Number</description>
@@ -62,7 +62,7 @@
<node name="ospf" owner="${vyos_conf_scripts_dir}/protocols_ospf.py $VAR(../../@)">
<properties>
<help>Open Shortest Path First (OSPF)</help>
- <priority>620</priority>
+ <priority>621</priority>
</properties>
<children>
#include <include/ospf/ospf-common-config.xml.i>