aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/net2net-multicast/hosts/sun/etc/strongswan.conf
blob: 48c4b83750006e941d0adc0e46487f315f432a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  }
}