Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41634
b: refs/heads/master
c: f465e48
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Dec 3, 2006
1 parent 40b5ec2 commit 15b87e2
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: 339bf98ffc6a8d8eb16fc532ac57ffbced2f8a68
refs/heads/master: f465e489c457821751f6253abaaf28c10f9d8895
3 changes: 1 addition & 2 deletions trunk/net/ipv6/fib6_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ static int fib6_rule_configure(struct fib_rule *rule, struct sk_buff *skb,
int err = -EINVAL;
struct fib6_rule *rule6 = (struct fib6_rule *) rule;

if (frh->src_len > 128 || frh->dst_len > 128 ||
(frh->tos & ~IPV6_FLOWINFO_MASK))
if (frh->src_len > 128 || frh->dst_len > 128)
goto errout;

if (rule->action == FR_ACT_TO_TBL) {
Expand Down

0 comments on commit 15b87e2

Please sign in to comment.