[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.11.1404260850030.1554@ja.home.ssi.bg>
Date: Sat, 26 Apr 2014 08:56:09 +0300 (EEST)
From: Julian Anastasov <ja@....bg>
To: Lorenzo Colitti <lorenzo@...gle.com>
cc: netdev@...r.kernel.org, hannes@...essinduktion.org,
davem@...emloft.net, jpa@...gle.com
Subject: Re: [RFC net-next 1/4] net: ipv6: Introduce flowi6_init_output.
Hello,
On Sat, 26 Apr 2014, Lorenzo Colitti wrote:
> +static inline void flowi6_init_output(struct flowi6 *fl6, int oif,
> + __u32 mark, __u8 proto, __u8 flags,
> + __be32 flowlabel,
> + struct in6_addr daddr,
> + struct in6_addr saddr,
> + __be16 dport, __be16 sport)
> +{
> + fl6->flowi6_oif = oif;
> + fl6->flowi6_iif = 0;
Make sure LOOPBACK_IFINDEX is provided in
flowi6_iif instead of 0, recent commit fixed such
FIB rule lookups.
Regards
--
Julian Anastasov <ja@....bg>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists