]> git.ipfire.org Git - thirdparty/iptables.git/commit
xt_sctp: add the missing chunk types in sctp_help
authorXin Long <lucien.xin@gmail.com>
Tue, 21 Feb 2023 17:19:42 +0000 (12:19 -0500)
committerPhil Sutter <phil@nwl.cc>
Tue, 21 Feb 2023 17:42:58 +0000 (18:42 +0100)
commitf7c8d896f3305471746a8690f73587a65854d8fa
tree276de6061d6a8a95d5754b6d0fa5778ccef391dd
parent68fdf09ecfd1769ec68a7df51f564578dbdc0ddf
xt_sctp: add the missing chunk types in sctp_help

Add the missing chunk types in sctp_help(), so that the help cmd can
display these chunk types as below:

  # iptables -p sctp --help

  chunktypes - ... I_DATA RE_CONFIG PAD ... I_FORWARD_TSN ALL NONE

Fixes: 6b04d9c34e25 ("xt_sctp: support a couple of new chunk types")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/libxt_sctp.c