added support for transport mode and (experimental!) BEET mode
support for the type=transport/tunnel parameter in charon
This commit is contained in:
@@ -234,9 +234,11 @@ signifying that no IPsec processing should be done at all;
|
||||
signifying that packets should be discarded; and
|
||||
.BR reject ,
|
||||
signifying that packets should be discarded and a diagnostic ICMP returned.
|
||||
Charon currently supports only the
|
||||
Charon currently supports only
|
||||
.BR tunnel
|
||||
connection type.
|
||||
and
|
||||
.BR transport
|
||||
connection types.
|
||||
.TP
|
||||
.B left
|
||||
(required)
|
||||
|
||||
@@ -194,6 +194,7 @@ int starter_stroke_add_conn(starter_conn_t *conn)
|
||||
msg.add_conn.name = push_string(&msg, connection_name(conn));
|
||||
msg.add_conn.auth_method = (conn->policy & POLICY_PSK)?
|
||||
SHARED_KEY_MESSAGE_INTEGRITY_CODE : RSA_DIGITAL_SIGNATURE;
|
||||
msg.add_conn.mode = (conn->policy & POLICY_TUNNEL) ? 1 : 0;
|
||||
|
||||
if (conn->policy & POLICY_DONT_REKEY)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user