summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-01-11 09:08:22 +0000
committerPatrick McHardy <kaber@trash.net>2007-01-11 09:08:22 +0000
commit9561606bd938ed4b2614716a08a2856d4ef5e995 (patch)
treef51e0e9e85d9f1db5df9490785aad9988fe2ba51 /iptables.c
parent8a0b6ead35931422fbe02c63d9262ad9e40daacc (diff)
Add UDPLITE multiport support
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables.c b/iptables.c
index 7d8771d0..d4aa26fd 100644
--- a/iptables.c
+++ b/iptables.c
@@ -227,6 +227,7 @@ struct pprot {
static const struct pprot chain_protos[] = {
{ "tcp", IPPROTO_TCP },
{ "udp", IPPROTO_UDP },
+ { "udplite", IPPROTO_UDPLITE },
{ "icmp", IPPROTO_ICMP },
{ "esp", IPPROTO_ESP },
{ "ah", IPPROTO_AH },