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/vpp.xml.in | |
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/vpp.xml.in')
-rw-r--r-- | interface-definitions/vpp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |