]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddr
authorChristoph Hellwig <hch@lst.de>
Tue, 19 May 2020 13:03:19 +0000 (15:03 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 May 2020 22:45:12 +0000 (15:45 -0700)
commitcc8979a27430ca2c919504feef5476abe2b61137
tree1148ec17b76494a9b1aeda934468477c7c43ba48
parentebab9d21a66001c6235eb9c99cca15edcbafc311
ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddr

Use the new ->ndo_tunnel_ctl instead of overriding the address limit
and using ->ndo_do_ioctl just to do a pointless user copy.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c