The latest kernel has implemented Partial Reliability Extension that defined in RFC3758. This patch adds FORWARD_TSN chunk for tracing. Signed-off-by: Shan Wei<shanwei@xxxxxxxxxxxxxx> --- extensions/libxt_sctp.c | 1 + extensions/libxt_sctp.man | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/extensions/libxt_sctp.c b/extensions/libxt_sctp.c index 92bdb07..8f352fd 100644 --- a/extensions/libxt_sctp.c +++ b/extensions/libxt_sctp.c @@ -114,6 +114,7 @@ static const struct sctp_chunk_names sctp_chunk_names[] { .name = "SHUTDOWN_COMPLETE", .chunk_type = 14, .valid_flags = "-------T"}, { .name = "ASCONF", .chunk_type = 193, .valid_flags = "--------"}, { .name = "ASCONF_ACK", .chunk_type = 128, .valid_flags = "--------"}, + { .name = "FORWARD_TSN", .chunk_type = 192, .valid_flags = "--------"}, }; static void diff --git a/extensions/libxt_sctp.man b/extensions/libxt_sctp.man index 01a2e79..eefc850 100644 --- a/extensions/libxt_sctp.man +++ b/extensions/libxt_sctp.man @@ -7,7 +7,7 @@ The flag letter in upper case indicates that the flag is to match if set, in the lower case indicates to match if unset. -Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOKIE_ECHO COOKIE_ACK ECN_ECNE ECN_CWR SHUTDOWN_COMPLETE ASCONF ASCONF_ACK +Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOKIE_ECHO COOKIE_ACK ECN_ECNE ECN_CWR SHUTDOWN_COMPLETE ASCONF ASCONF_ACK FORWARD_TSN chunk type available flags .br -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html