Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36791
b: refs/heads/master
c: 1e8aa6f
h: refs/heads/master
i:
  36789: 5fcbab6
  36787: d0d7fd7
  36783: e907d29
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent c74f00a commit 4c62305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ef1b8c85bb4954b7dca816f1bb7fd54bcd78078
refs/heads/master: 1e8aa6f125d959d1a9f16a3f15e9ebbc6df63935
3 changes: 1 addition & 2 deletions trunk/net/ipv4/fib_semantics.c
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,7 @@ int fib_semantic_match(struct list_head *head, const struct flowi *flp,
res->fi = fa->fa_info;
#ifdef CONFIG_IP_ROUTE_MULTIPATH_CACHED
res->netmask = mask;
res->network = zone &
(0xFFFFFFFF >> (32 - prefixlen));
res->network = zone & inet_make_mask(prefixlen);
#endif
atomic_inc(&res->fi->fib_clntref);
return 0;
Expand Down

0 comments on commit 4c62305

Please sign in to comment.