From d27baeaeccd33dd1ea8a2b9ac628181448aec1a5 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 21 Feb 2004 09:20:34 +0000 Subject: add userspace part of SCTP match --- iptables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables.c') diff --git a/iptables.c b/iptables.c index 2c6282a..ae6538c 100644 --- a/iptables.c +++ b/iptables.c @@ -235,6 +235,7 @@ static const struct pprot chain_protos[] = { { "icmp", IPPROTO_ICMP }, { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, + { "sctp", IPPROTO_SCTP }, { "all", 0 }, }; -- cgit v1.2.3