summaryrefslogtreecommitdiffstats
path: root/iptables-save.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-save.c')
-rw-r--r--iptables-save.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables-save.c b/iptables-save.c
index 41173ea..cdedfbf 100644
--- a/iptables-save.c
+++ b/iptables-save.c
@@ -75,6 +75,7 @@ static const struct pprot chain_protos[] = {
{ "icmp", IPPROTO_ICMP },
{ "esp", IPPROTO_ESP },
{ "ah", IPPROTO_AH },
+ { "sctp", IPPROTO_SCTP },
};
static void print_proto(u_int16_t proto, int invert)