summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorzsdc <taras@vyos.io>2023-06-30 21:44:51 +0300
committerzsdc <taras@vyos.io>2023-07-03 18:18:53 +0300
commitf6036065083c76fa6ba0aed67ba7c07e5e53c07b (patch)
tree89f36fda3d87cd26986c31c0d90282a6cbbc257e /interface-definitions
parent4599a9e35b8944a56e82d990957da27444b7814c (diff)
downloadvyos-1x-f6036065083c76fa6ba0aed67ba7c07e5e53c07b.tar.gz
vyos-1x-f6036065083c76fa6ba0aed67ba7c07e5e53c07b.zip
VPP: T1797: Added interfaces reinitialization
After an interface is added/removed from VPP, it will be reinitialized, which allows reconfiguring IP addresses on it. Also modified VPP load priority to start before interfaces, and avoid reconfiguration during boot.
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/netns.xml.in2
-rw-r--r--interface-definitions/vpp.xml.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/netns.xml.in b/interface-definitions/netns.xml.in
index 87880e96a..5d958968f 100644
--- a/interface-definitions/netns.xml.in
+++ b/interface-definitions/netns.xml.in
@@ -3,7 +3,7 @@
<node name="netns" owner="${vyos_conf_scripts_dir}/netns.py">
<properties>
<help>Network namespace</help>
- <priority>299</priority>
+ <priority>291</priority>
</properties>
<children>
<tagNode name="name">
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in
index 51ab776c3..3f0758c0a 100644
--- a/interface-definitions/vpp.xml.in
+++ b/interface-definitions/vpp.xml.in
@@ -3,7 +3,7 @@
<node name="vpp" owner="${vyos_conf_scripts_dir}/vpp.py">
<properties>
<help>Accelerated data-plane</help>
- <priority>1280</priority>
+ <priority>295</priority>
</properties>
<children>
<node name="cpu">