Skip to content

Commit

Permalink
strongSwan: T4593: add charon-systemd runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Dec 27, 2022
1 parent 6857447 commit 36d16f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/control
Expand Up @@ -39,6 +39,7 @@ Depends:
beep,
bmon,
bsdmainutils,
charon-systemd,
conntrack,
conntrackd,
conserver-client,
Expand Down
2 changes: 2 additions & 0 deletions smoketest/scripts/cli/test_vpn_ipsec.py
Expand Up @@ -167,6 +167,8 @@ def test_01_dhcp_fail_handling(self):
dhcp_waiting = read_file(dhcp_waiting_file)
self.assertIn(f'{interface}.{vif}', dhcp_waiting) # Ensure dhcp-failed interface was added for dhclient hook

self.cli_delete(ethernet_path + [interface, 'vif', vif, 'address'])

def test_02_site_to_site(self):
self.cli_set(base_path + ['ike-group', ike_group, 'key-exchange', 'ikev2'])

Expand Down

0 comments on commit 36d16f5

Please sign in to comment.