diff mbox series

[ovs-dev,v2,2/2] deb: Update openvswitch-ipsec dependencies

Message ID 20220322140838.28772-3-ehakim@nvidia.com
State New
Headers show
Series ovs-monitor-ipsec: move to using swanctl.conf when using strongswan as IKE daemon | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Emeel Hakim March 22, 2022, 2:08 p.m. UTC
patch ovs-monitor-ipsec: Migration from ipsec.conf to swanctl.conf
introduces strongswan-swanctl as an openvswitch-ipsec dependency,
this patch adds it to the openvswitch-ipsec dependencies.

Signed-off-by: Emeel Hakim <ehakim@nvidia.com>
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/debian/control b/debian/control
index 6420b9d3e..e75770d91 100644
--- a/debian/control
+++ b/debian/control
@@ -252,6 +252,7 @@  Depends: iproute2,
          python3,
          python3-openvswitch (= ${source:Version}),
          strongswan,
+         strongswan-swanctl,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Open vSwitch IPsec tunneling support