]> git.baikalelectronics.ru Git - kernel.git/commit
ip6_gre: ip6gre_tap device should keep dst
authorXin Long <lucien.xin@gmail.com>
Thu, 28 Sep 2017 05:23:50 +0000 (13:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2017 02:46:42 +0000 (03:46 +0100)
commit8411e827490773c2b02edb9a1bed610a84a3b478
tree192318057e8660e52877b36969dd98b79d30c65c
parentcc9910f934ca085bde69d905d13a0cc34681acf9
ip6_gre: ip6gre_tap device should keep dst

The patch 'ip_gre: ipgre_tap device should keep dst' fixed
a issue that ipgre_tap mtu couldn't be updated in tx path.

The same fix is needed for ip6gre_tap as well.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_gre.c