From 639bbe9d2f41b776bc3384590151265367de01d9 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) --- include/ebtables_u.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/ebtables_u.h') diff --git a/include/ebtables_u.h b/include/ebtables_u.h index d24cf9c..25f3fbb 100644 --- a/include/ebtables_u.h +++ b/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