summaryrefslogtreecommitdiffstats
path: root/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
commit639bbe9d2f41b776bc3384590151265367de01d9 (patch)
tree3cdebb4d9c07660984fe9587f268b52a617173b4 /include/ebtables_u.h
parent725c1ba9d7186309b216d95c9cd9961f98cf3376 (diff)
allow SCTP/DCCP (Patrick McHardy)
Diffstat (limited to 'include/ebtables_u.h')
-rw-r--r--include/ebtables_u.h7
1 files changed, 7 insertions, 0 deletions
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 <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