| commit | 9561606bd938ed4b2614716a08a2856d4ef5e995 | [log] [tgz] |
|---|---|---|
| author | Patrick McHardy <kaber@trash.net> | Thu Jan 11 09:08:22 2007 +0000 |
| committer | Patrick McHardy <kaber@trash.net> | Thu Jan 11 09:08:22 2007 +0000 |
| tree | f51e0e9e85d9f1db5df9490785aad9988fe2ba51 | |
| parent | 8a0b6ead35931422fbe02c63d9262ad9e40daacc [diff] [blame] |
Add UDPLITE multiport support
diff --git a/include/iptables.h b/include/iptables.h index 6b3b956..cd51428 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)