diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/ipt_CLUSTERIP.c | 1 |
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: |