From 129152307ba7b09c9ad667eee2c4e0d23f7c500b Mon Sep 17 00:00:00 2001 From: Harald Welte 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 2c6282a5..ae6538c0 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