From b6e00345ebf01b06d792cd89522e6b7b114783f7 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 23 Jan 2006 18:08:07 +0000 Subject: allow SCTP/DCCP (Patrick McHardy) --- userspace/ebtables2/include/ebtables_u.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'userspace/ebtables2/include') diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h index d24cf9c..25f3fbb 100644 --- a/userspace/ebtables2/include/ebtables_u.h +++ b/userspace/ebtables2/include/ebtables_u.h @@ -26,6 +26,13 @@ #include #include +#ifndef IPPROTO_SCTP +#define IPPROTO_SCTP 132 +#endif +#ifndef IPPROTO_DCCP +#define IPPROTO_DCCP 33 +#endif + #define EXEC_STYLE_PRG 0 #define EXEC_STYLE_DAEMON 1 -- cgit v1.2.3