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-save.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables-save.c') diff --git a/iptables-save.c b/iptables-save.c index 41173ead..cdedfbf3 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) -- cgit v1.2.3