summaryrefslogtreecommitdiff
path: root/data
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 /data
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 'data')
-rw-r--r--data/config-mode-dependencies.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config-mode-dependencies.json b/data/config-mode-dependencies.json
index ccee359d1..91a757c16 100644
--- a/data/config-mode-dependencies.json
+++ b/data/config-mode-dependencies.json
@@ -28,5 +28,8 @@
"wireguard": ["interfaces-wireguard"],
"wireless": ["interfaces-wireless"],
"wwan": ["interfaces-wwan"]
+ },
+ "vpp": {
+ "ethernet": ["interfaces-ethernet"]
}
}