Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332927
b: refs/heads/master
c: e0adef0
h: refs/heads/master
i:
  332925: 6464338
  332923: 1f423ae
  332919: b3de3bb
  332911: bbb8257
  332895: ac25d00
  332863: 4e2994b
  332799: 839ad0a
v: v3
  • Loading branch information
Julian Anastasov authored and David S. Miller committed Oct 8, 2012
1 parent 0be0ae5 commit 9d393b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e81da0e113a1b7fc7449ae6213f65f89ccac6d06
refs/heads/master: e0adef0f7456d5d3a3bfe8ea61c7dddf146b40e1
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int ip_forward(struct sk_buff *skb)

rt = skb_rtable(skb);

if (opt->is_strictroute && opt->nexthop != rt->rt_gateway)
if (opt->is_strictroute && rt->rt_gateway)
goto sr_failed;

if (unlikely(skb->len > dst_mtu(&rt->dst) && !skb_is_gso(skb) &&
Expand Down

0 comments on commit 9d393b7

Please sign in to comment.