commit | 639bbe9d2f41b776bc3384590151265367de01d9 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Mon Jan 23 18:08:07 2006 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Mon Jan 23 18:08:07 2006 +0000 |
tree | 3cdebb4d9c07660984fe9587f268b52a617173b4 | |
parent | 725c1ba9d7186309b216d95c9cd9961f98cf3376 [diff] [blame] |
allow SCTP/DCCP (Patrick McHardy)
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