diff options
author | Christian Breunig <christian@breunig.cc> | 2023-06-29 16:31:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 16:31:40 +0200 |
commit | d61e6b5e0da8a3844c57d5eff64963b954bf0ada (patch) | |
tree | fe4c6c05cea4c67feb689c4fcf1b6356eb3fa698 /debian | |
parent | 508a6b32f7a7edc8c6a8c4f2fa1bd98ced909680 (diff) | |
parent | 1d94ff123d546244d89b36deeeb092f0772c60fe (diff) | |
download | vyos-1x-d61e6b5e0da8a3844c57d5eff64963b954bf0ada.tar.gz vyos-1x-d61e6b5e0da8a3844c57d5eff64963b954bf0ada.zip |
Merge pull request #2059 from sever-sever/T1797-vpp
T1797: Add initial vpp configuration
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 9829ae9a3..40920cadc 100644 --- a/debian/control +++ b/debian/control @@ -90,6 +90,7 @@ Depends: libqmi-utils, libstrongswan-extra-plugins (>=5.9), libstrongswan-standard-plugins (>=5.9), + libvppinfra, libvyosconfig0, lldpd, lm-sensors, @@ -142,6 +143,7 @@ Depends: python3-tabulate, python3-vici (>= 5.7.2), python3-voluptuous, + python3-vpp-api, python3-xmltodict, python3-zmq, qrencode, @@ -176,6 +178,9 @@ Depends: uidmap, usb-modeswitch, usbutils, + vpp, + vpp-plugin-core, + vpp-plugin-dpdk, vyatta-bash, vyatta-cfg, vyos-http-api-tools, |