Re: Request for stable 4.14.x inclusion: net: don't call update_pmtu unconditionally

2018-04-30 Thread Thomas Deutschmann
e.git > $ cd linux-stable > $ git checkout v4.14.38 > $ git cherry-pick 52a589d51f1008f62569bf89e95b26221ee76690 Works for me... then I cherry-pick f15ca723c1ebe6c1a06bc95fda6b62cd87b44559 on top, adjust "net/ipv6/ip6_tunnel.c" like shown in my previous mail and everything is

Re: Request for stable 4.14.x inclusion: net: don't call update_pmtu unconditionally

2018-04-27 Thread Thomas Deutschmann
Hi Greg, first, we need to cherry-pick another patch first: > From 52a589d51f1008f62569bf89e95b26221ee76690 Mon Sep 17 00:00:00 2001 > From: Xin Long > Date: Mon, 25 Dec 2017 14:43:58 +0800 > Subject: [PATCH] geneve: update skb dst pmtu on tx path > > Commit a93bf0ff4490

Re: [PATCH iproute2] utils: Do not reset family for default, any, all addresses

2018-04-15 Thread Thomas Deutschmann
Hi, I can confirm that this patch solves the issue for us and restores previous behavior. Thank you. -- Regards, Thomas Deutschmann / Gentoo Linux Developer C4DD 695F A713 8F24 2AA1 5638 5849 7EE5 1D5D 74A5

Re: iproute2-4.16.0 no longer accepts routes via fe80::1

2018-04-12 Thread Thomas Deutschmann
space tools/network configuration scripts which are relying on ip utilities feature to auto-detect inet family which was "supported" (at least working) until 4.16.0... -- Regards, Thomas Deutschmann / Gentoo Linux Developer C4DD 695F A713 8F24 2AA1 5638 5849 7EE5 1D5D 74A5

iproute2-4.16.0 no longer accepts routes via fe80::1

2018-04-11 Thread Thomas Deutschmann
Hi, I upgraded to iproute2-4.16.0 and rebooted my system. On start I noticed that my IPv6 default route via "fe80::1" was rejected: > # ip route add default via ff80::1 > Error: inet address is expected rather than "ff80::1". This works fine with

iproute2-4.16.0 no longer accepts routes via fe80::1

2018-04-11 Thread Thomas Deutschmann
Hi, I upgraded to iproute2-4.16.0 and rebooted my system. On start I noticed that my IPv6 default route via "fe80::1" was rejected: > # ip route add default via ff80::1 > Error: inet address is expected rather than "ff80::1". This works with