From c57941e15eac73a26c704c66691eab79ff521516 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org" Date: Fri, 28 Apr 2006 08:10:08 +0000 Subject: Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18. --- include/iptables.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/iptables.h') diff --git a/include/iptables.h b/include/iptables.h index c56a005..1cd9dc4 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -11,6 +11,9 @@ #ifndef IPPROTO_SCTP #define IPPROTO_SCTP 132 #endif +#ifndef IPPROTO_DCCP +#define IPPROTO_DCCP 33 +#endif #ifndef IPT_SO_GET_REVISION_MATCH /* Old kernel source. */ #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2) -- cgit v1.2.3