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 --- ip6tables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ip6tables.c') 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 }, -- cgit v1.2.3