Re: Sending IPv6 packets broken in net-next

2015-07-16 Thread Phil Sutter
On Thu, Jul 16, 2015 at 12:20:46AM +0200, Phil Sutter wrote: > Commit 9131f3d ("ipv6: Do not iterate over all interfaces when finding > source address on specific interface") breaks local output of IPv6 > packets. Here is a simple reproducer: I just noticed, a patch fixing the issue has already be

Sending IPv6 packets broken in net-next

2015-07-15 Thread Phil Sutter
Hi, Commit 9131f3d ("ipv6: Do not iterate over all interfaces when finding source address on specific interface") breaks local output of IPv6 packets. Here is a simple reproducer: 8< - ip link add eth6 type veth peer name eth7 ip netns add test ip link set eth7 netns test ip netns exec t