You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PKT_SCHED]: Pass real namespace in net scheduler classifiers.
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
2d38f9a4f8
commit
09382bac66
@@ -353,7 +353,7 @@ tcf_match_indev(struct sk_buff *skb, char *indev)
|
||||
if (indev[0]) {
|
||||
if (!skb->iif)
|
||||
return 0;
|
||||
dev = __dev_get_by_index(&init_net, skb->iif);
|
||||
dev = __dev_get_by_index(dev_net(skb->dev), skb->iif);
|
||||
if (!dev || strcmp(indev, dev->name))
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user