diff options
Diffstat (limited to 'regress/sbin/ipsecctl/ike5.in')
-rw-r--r-- | regress/sbin/ipsecctl/ike5.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/ipsecctl/ike5.in b/regress/sbin/ipsecctl/ike5.in index 8bcee20ec01..7a4c38a5d1f 100644 --- a/regress/sbin/ipsecctl/ike5.in +++ b/regress/sbin/ipsecctl/ike5.in @@ -1,8 +1,8 @@ ike esp from 10.1.1.0/24 to 10.1.2.0/24 peer 131.188.33.29 \ - main auth hmac-sha1 enc 3des \ - quick auth hmac-sha1 enc 3des \ + main auth hmac-sha1 enc 3des group modp3072 \ + quick auth hmac-sha1 enc 3des group modp3072 \ srcid sharleena.as10.net dstid faui31o.informatik.uni-erlangen.de ike esp from 131.188.33.51 to 131.188.33.29 \ - main auth hmac-sha1 enc aes \ - quick auth hmac-sha2-256 enc aes \ + main auth hmac-sha1 enc aes group modp3072 \ + quick auth hmac-sha2-256 enc aes group modp3072 \ srcid sharleena.as10.net dstid faui31o.informatik.uni-erlangen.de |