Skip to content

Commit

Permalink
ikev2: set unidirection transaction flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish authored and victorjulien committed Oct 7, 2020
1 parent ff674d0 commit 3036ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/ikev2/ikev2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ pub unsafe extern "C" fn rs_register_ikev2_parser() {
get_tx_iterator : None,
get_tx_data : rs_ikev2_get_tx_data,
apply_tx_config : None,
flags : 0,
flags : APP_LAYER_PARSER_OPT_UNIDIR_TXS,
truncate : None,
};

Expand Down

0 comments on commit 3036ec4

Please sign in to comment.