These settings are required to make everything in the
network package work.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
--- /dev/null
+#
+# Configuration options for IPFire
+#
+
+charon {
+ # Send Cisco Unity vendor ID payload (IKEv1 only)
+ cisco_unity = yes
+
+ # Install routes into a separate routing table for established IPsec
+ # tunnels.
+ install_routes = no
+}
name = strongswan
version = 5.6.3
-release = 1
+release = 2
groups = Networking/VPN
url = http://www.strongswan.org/
install_cmds
mv -v %{BUILDROOT}%{unitdir}/strongswan{-swanctl,}.service
+ # Install network settings
+ install -v -m 644 %{DIR_SOURCE}/network.conf \
+ %{BUILDROOT}%{sysconfdir}/strongswan.d/
+
# Create directory for connections
mkdir -pv %{BUILDROOT}%{sysconfdir}/swanctl/connections
echo "include connections/*.conf" > \