diff options
author | Patrick McHardy <kaber@trash.net> | 2007-02-07 18:07:43 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-08 15:39:14 -0500 |
commit | a8d0f9526ff8510d6fa5e708ef5386af19503299 (patch) | |
tree | bb88ab76ac8364ee257dc3aeeabbb8c3148d633f /net/netfilter | |
parent | 5eb87f456ebdc983164f0913b53c199ca9673887 (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/netfilter')
-rw-r--r-- | net/netfilter/xt_hashlimit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/xt_hashlimit.c b/net/netfilter/xt_hashlimit.c index f28bf69d3d42..bd1f7a2048d6 100644 --- a/net/netfilter/xt_hashlimit.c +++ b/net/netfilter/xt_hashlimit.c | |||
@@ -414,6 +414,7 @@ hashlimit_init_dst(struct xt_hashlimit_htable *hinfo, struct dsthash_dst *dst, | |||
414 | switch (nexthdr) { | 414 | switch (nexthdr) { |
415 | case IPPROTO_TCP: | 415 | case IPPROTO_TCP: |
416 | case IPPROTO_UDP: | 416 | case IPPROTO_UDP: |
417 | case IPPROTO_UDPLITE: | ||
417 | case IPPROTO_SCTP: | 418 | case IPPROTO_SCTP: |
418 | case IPPROTO_DCCP: | 419 | case IPPROTO_DCCP: |
419 | ports = skb_header_pointer(skb, protoff, sizeof(_ports), | 420 | ports = skb_header_pointer(skb, protoff, sizeof(_ports), |