diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-20 20:39:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-20 20:39:34 +0200 |
commit | f6a22713708902cb564ceda50cd8a393fdfb84f0 (patch) | |
tree | 6771cc3bd21b1b523f246d19e4974f957c4a768d /data/live-build-config/hooks/live/30-strongswan-configs.chroot | |
parent | cfdae1abacb7e5689e36f8198b7cb92ca6542663 (diff) | |
parent | aa73538c199c60ccf7528f2b00c2c762c2a5c6f5 (diff) | |
download | vyos-build-f6a22713708902cb564ceda50cd8a393fdfb84f0.tar.gz vyos-build-f6a22713708902cb564ceda50cd8a393fdfb84f0.zip |
Merge branch 'debian-bullseye' into current
* debian-bullseye:
T3641: hooks: use Python3 interpreter
vmware: tools.conf is now provided via vyos-1x-vmware package
Docker: T3641: add libiptc-dev build time dependency required by strongSwan
FRR: T3641: fix package build on Bullseye (workaround)
Docker: T3641: update rtrlib version 0.6.3 -> 0.7.0
Debian: T3641: switch to new distro Debian 11 - Bullseye
Diffstat (limited to 'data/live-build-config/hooks/live/30-strongswan-configs.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/30-strongswan-configs.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/live/30-strongswan-configs.chroot b/data/live-build-config/hooks/live/30-strongswan-configs.chroot index 59e000a9..a0efc126 100755 --- a/data/live-build-config/hooks/live/30-strongswan-configs.chroot +++ b/data/live-build-config/hooks/live/30-strongswan-configs.chroot @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # The Cisco Unity plugin, that implements a proprietary extension # for IPsec split tunneling, interfers with DMVPN |