|
@@ -409,7 +409,7 @@ static int ipvlan_process_v6_outbound(struct sk_buff *skb)
|
|
struct dst_entry *dst;
|
|
struct dst_entry *dst;
|
|
int err, ret = NET_XMIT_DROP;
|
|
int err, ret = NET_XMIT_DROP;
|
|
struct flowi6 fl6 = {
|
|
struct flowi6 fl6 = {
|
|
- .flowi6_iif = dev->ifindex,
|
|
|
|
|
|
+ .flowi6_oif = dev->ifindex,
|
|
.daddr = ip6h->daddr,
|
|
.daddr = ip6h->daddr,
|
|
.saddr = ip6h->saddr,
|
|
.saddr = ip6h->saddr,
|
|
.flowi6_flags = FLOWI_FLAG_ANYSRC,
|
|
.flowi6_flags = FLOWI_FLAG_ANYSRC,
|