summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ip6tables.h')
-rw-r--r--include/ip6tables.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ip6tables.h b/include/ip6tables.h
index d5ea878..96f9798 100644
--- a/include/ip6tables.h
+++ b/include/ip6tables.h
@@ -8,6 +8,13 @@
#define IP6T_LIB_DIR "/usr/local/lib/iptables"
#endif
+#ifndef IPPROTO_SCTP
+#define IPPROTO_SCTP 132
+#endif
+#ifndef IPPROTO_DCCP
+#define IPPROTO_DCCP 33
+#endif
+
struct ip6tables_rule_match
{
struct ip6tables_rule_match *next;