summaryrefslogtreecommitdiffstats
path: root/ip6tables.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 /ip6tables.c
parent8a0b6ead35931422fbe02c63d9262ad9e40daacc (diff)
Add UDPLITE multiport support
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ip6tables.c b/ip6tables.c
index 9b1370a4..211b81a7 100644
--- a/ip6tables.c
+++ b/ip6tables.c
@@ -223,6 +223,7 @@ struct pprot {
static const struct pprot chain_protos[] = {
{ "tcp", IPPROTO_TCP },
{ "udp", IPPROTO_UDP },
+ { "udplite", IPPROTO_UDPLITE },
{ "icmpv6", IPPROTO_ICMPV6 },
{ "ipv6-icmp", IPPROTO_ICMPV6 },
{ "esp", IPPROTO_ESP },