From 9561606bd938ed4b2614716a08a2856d4ef5e995 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 11 Jan 2007 09:08:22 +0000 Subject: Add UDPLITE multiport support --- include/iptables.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/iptables.h') diff --git a/include/iptables.h b/include/iptables.h index 6b3b956a..cd514284 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -14,6 +14,9 @@ #ifndef IPPROTO_DCCP #define IPPROTO_DCCP 33 #endif +#ifndef IPPROTO_UDPLITE +#define IPPROTO_UDPLITE 136 +#endif #ifndef IPT_SO_GET_REVISION_MATCH /* Old kernel source. */ #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2) -- cgit v1.2.3