Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81977
b: refs/heads/master
c: 3ed5df4
h: refs/heads/master
i:
  81975: 9891471
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Feb 1, 2008
1 parent c047b3a commit 998dc4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5dfb815181fcb186d6080ac3a091eadff2d98fe
refs/heads/master: 3ed5df445eddce6f37767df3ebe8b27b614c7d98
2 changes: 2 additions & 0 deletions trunk/net/netfilter/xt_hashlimit.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ static inline __be32 maskl(__be32 a, unsigned int l)
return htonl(ntohl(a) & ~(~(u_int32_t)0 >> l));
}

#if defined(CONFIG_IP6_NF_IPTABLES) || defined(CONFIG_IP6_NF_IPTABLES_MODULE)
static void hashlimit_ipv6_mask(__be32 *i, unsigned int p)
{
switch (p) {
Expand Down Expand Up @@ -503,6 +504,7 @@ static void hashlimit_ipv6_mask(__be32 *i, unsigned int p)
break;
}
}
#endif

static int
hashlimit_init_dst(const struct xt_hashlimit_htable *hinfo,
Expand Down

0 comments on commit 998dc4a

Please sign in to comment.