diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-01-30 10:24:37 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-01-30 10:24:37 +0000 |
commit | e524acc665b4d3a8ecd70508b2811672846e2904 (patch) | |
tree | 8add69e65ddedb445c9e14cdc28d37cc0d73d4bb | |
parent | 608db9e22ce91bb83ece90bed3380c91f97e0801 (diff) | |
download | vyos-1x-e524acc665b4d3a8ecd70508b2811672846e2904.tar.gz vyos-1x-e524acc665b4d3a8ecd70508b2811672846e2904.zip |
T7106: Add vpp dependencies to debian control
-rw-r--r-- | debian/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 76fe5c331..57709ea24 100644 --- a/debian/control +++ b/debian/control @@ -325,6 +325,14 @@ Depends: # iptables is only used for containers now, not the the firewall CLI iptables, # End container +# For "vpp" + libvppinfra, + python3-vpp-api, + vpp, + vpp-dev, + vpp-plugin-core, + vpp-plugin-dpdk, +# End "vpp" ## End Configuration mode ## Operational mode # Used for hypervisor model in "run show version" |