Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12113
b: refs/heads/master
c: 9d17f21
h: refs/heads/master
i:
  12111: 9ca2f02
v: v3
  • Loading branch information
Yan Zheng authored and Arnaldo Carvalho de Melo committed Oct 31, 2005
1 parent ac3e5be commit bd999cf
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: a3d7a9d77533d7516a8cfb8e2b612cd5ead4fa59
refs/heads/master: 9d17f218936a0fee43ad9493a841136589c942cd
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ void ip6_route_input(struct sk_buff *skb)
goto out;
}

rt = rt6_device_match(rt, skb->dev->ifindex, 0);
rt = rt6_device_match(rt, skb->dev->ifindex, strict);
BACKTRACK();

if (!rt->rt6i_nexthop && !(rt->rt6i_flags & RTF_NONEXTHOP)) {
Expand Down

0 comments on commit bd999cf

Please sign in to comment.