aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-02-07 18:07:43 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2007-02-08 15:39:14 -0500
commita8d0f9526ff8510d6fa5e708ef5386af19503299 (patch)
treebb88ab76ac8364ee257dc3aeeabbb8c3148d633f /net/ipv4
parent5eb87f456ebdc983164f0913b53c199ca9673887 (diff)
[NET]: Add UDPLITE support in a few missing spots
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/ipt_CLUSTERIP.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/ipt_CLUSTERIP.c b/net/ipv4/netfilter/ipt_CLUSTERIP.c
index b1c11160b9de..018fea3fcb5f 100644
--- a/net/ipv4/netfilter/ipt_CLUSTERIP.c
+++ b/net/ipv4/netfilter/ipt_CLUSTERIP.c
@@ -247,6 +247,7 @@ clusterip_hashfn(struct sk_buff *skb, struct clusterip_config *config)
247 switch (iph->protocol) { 247 switch (iph->protocol) {
248 case IPPROTO_TCP: 248 case IPPROTO_TCP:
249 case IPPROTO_UDP: 249 case IPPROTO_UDP:
250 case IPPROTO_UDPLITE:
250 case IPPROTO_SCTP: 251 case IPPROTO_SCTP:
251 case IPPROTO_DCCP: 252 case IPPROTO_DCCP:
252 case IPPROTO_ICMP: 253 case IPPROTO_ICMP: