Added a tfc ipsec.conf keyword to control Traffic Flow Confidentiality
This commit is contained in:
@@ -266,6 +266,7 @@ int starter_stroke_add_conn(starter_config_t *cfg, starter_conn_t *conn)
|
||||
msg.add_conn.mark_in.mask = conn->mark_in.mask;
|
||||
msg.add_conn.mark_out.value = conn->mark_out.value;
|
||||
msg.add_conn.mark_out.mask = conn->mark_out.mask;
|
||||
msg.add_conn.tfc = conn->tfc;
|
||||
|
||||
starter_stroke_add_end(&msg, &msg.add_conn.me, &conn->left);
|
||||
starter_stroke_add_end(&msg, &msg.add_conn.other, &conn->right);
|
||||
|
||||
Reference in New Issue
Block a user