summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
authorlaforge <laforge>2004-03-04 07:45:30 +0000
committerlaforge <laforge>2004-03-04 07:45:30 +0000
commit93dd7dd39c60588991ccc46f7787b4c6a743f622 (patch)
tree71c85d71431b410993a1acc57e50069829b5161c /include/iptables.h
parentc5620ec4ec298ddedc88cecea6393da9318d2eee (diff)
add definition for IPPROTO_SCTP for systems with old header files
Diffstat (limited to 'include/iptables.h')
-rw-r--r--include/iptables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/iptables.h b/include/iptables.h
index a0dda60..5aca69a 100644
--- a/include/iptables.h
+++ b/include/iptables.h
@@ -4,6 +4,10 @@
#include "iptables_common.h"
#include "libiptc/libiptc.h"
+#ifndef IPPROTO_SCTP
+#define IPPROTO_SCTP 132
+#endif
+
struct iptables_rule_match
{
struct iptables_rule_match *next;