summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/include/ebtables_u.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-01-23 18:08:07 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-01-23 18:08:07 +0000
commitb6e00345ebf01b06d792cd89522e6b7b114783f7 (patch)
tree0345c2010c8075e3dacfe33ca0de0ec66655dd82 /userspace/ebtables2/include/ebtables_u.h
parentc66af242770906a6fcb7d27cb104fcb8198a866e (diff)
allow SCTP/DCCP (Patrick McHardy)
Diffstat (limited to 'userspace/ebtables2/include/ebtables_u.h')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h7
1 files changed, 7 insertions, 0 deletions
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 <netinet/in.h>
#include <linux/netfilter_bridge/ebtables.h>
+#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