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/ip6tables.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/ip6tables.h') diff --git a/include/ip6tables.h b/include/ip6tables.h index d5ea878..96f9798 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -8,6 +8,13 @@ #define IP6T_LIB_DIR "/usr/local/lib/iptables" #endif +#ifndef IPPROTO_SCTP +#define IPPROTO_SCTP 132 +#endif +#ifndef IPPROTO_DCCP +#define IPPROTO_DCCP 33 +#endif + struct ip6tables_rule_match { struct ip6tables_rule_match *next; -- cgit v1.2.3