Skip to content
Snippets Groups Projects
Commit dc4a3cd5 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Allow I_FORWARD_TSN as a valid chunk type.

parent 132432c0
No related branches found
No related tags found
No related merge requests found
...@@ -1141,6 +1141,9 @@ chunk_type ...@@ -1141,6 +1141,9 @@ chunk_type
| FORWARD_TSN { | FORWARD_TSN {
$$ = SCTP_FORWARD_TSN_CHUNK_TYPE; $$ = SCTP_FORWARD_TSN_CHUNK_TYPE;
} }
| I_FORWARD_TSN {
$$ = SCTP_I_FORWARD_TSN_CHUNK_TYPE;
}
; ;
opt_chunk_type opt_chunk_type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment