diff options
author | zsdc <taras@vyos.io> | 2023-06-30 21:44:51 +0300 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2023-07-03 18:18:53 +0300 |
commit | f6036065083c76fa6ba0aed67ba7c07e5e53c07b (patch) | |
tree | 89f36fda3d87cd26986c31c0d90282a6cbbc257e /interface-definitions | |
parent | 4599a9e35b8944a56e82d990957da27444b7814c (diff) | |
download | vyos-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.in | 2 | ||||
-rw-r--r-- | interface-definitions/vpp.xml.in | 2 |
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"> |