Revert "net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdev"
This reverts commit f379de3e94
.
This commit is contained in:
parent
5aac9be1db
commit
7b92e2530c
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ seg6_lookup_any_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
|
|||
struct flowi6 fl6;
|
||||
int dev_flags = 0;
|
||||
|
||||
memset(&fl6, 0, sizeof(fl6));
|
||||
fl6.flowi6_iif = skb->dev->ifindex;
|
||||
fl6.daddr = nhaddr ? *nhaddr : hdr->daddr;
|
||||
fl6.saddr = hdr->saddr;
|
||||
|
|
Loading…
Add table
Reference in a new issue