testing: Added swanctl/net2net-multicast scenario

This commit is contained in:
Andreas Steffen
2016-09-27 18:36:28 +02:00
parent d7e0ce2878
commit a9562a3f58
9 changed files with 166 additions and 0 deletions
@@ -0,0 +1,18 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac kernel-netlink socket-default forecast vici
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
multiple_authentication = no
plugins {
forecast {
groups = 224.0.0.251
interface = eth1
}
}
}