summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iptables.h')
-rw-r--r--include/iptables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/iptables.h b/include/iptables.h
index c56a005..1cd9dc4 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -11,6 +11,9 @@
#ifndef IPPROTO_SCTP
#define IPPROTO_SCTP 132
#endif
+#ifndef IPPROTO_DCCP
+#define IPPROTO_DCCP 33
+#endif
#ifndef IPT_SO_GET_REVISION_MATCH /* Old kernel source. */
#define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)