From f6036065083c76fa6ba0aed67ba7c07e5e53c07b Mon Sep 17 00:00:00 2001 From: zsdc Date: Fri, 30 Jun 2023 21:44:51 +0300 Subject: 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. --- interface-definitions/netns.xml.in | 2 +- interface-definitions/vpp.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'interface-definitions') 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 @@ Network namespace - 299 + 291 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 @@ Accelerated data-plane - 1280 + 295 -- cgit v1.2.3