diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-01-30 15:18:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 15:18:22 +0000 |
commit | c0e83c0ee2a113a3ab4e16dc281dea82185d6c5d (patch) | |
tree | 93bb6ea0decffe17c4cbaba78791bfc2b8fd93ab /debian/control | |
parent | 3a06711109b21b6657a7b70bd47810ecc579abd0 (diff) | |
parent | e524acc665b4d3a8ecd70508b2811672846e2904 (diff) | |
download | vyos-1x-c0e83c0ee2a113a3ab4e16dc281dea82185d6c5d.tar.gz vyos-1x-c0e83c0ee2a113a3ab4e16dc281dea82185d6c5d.zip |
Merge pull request #4324 from sever-sever/T7106
T7106: Add vpp dependencies to debian control
Diffstat (limited 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" |