Re: [PATCH] net: vrf: Reset rt6i_idev in local dst after put

2017-03-21 Thread David Miller
From: David Ahern Date: Fri, 17 Mar 2017 16:07:11 -0700 > The VRF driver takes a reference to the inet6_dev on the VRF device for > its rt6_local dst when handling local traffic through the VRF device as > a loopback. When the device is deleted the driver does a put on

[PATCH] net: vrf: Reset rt6i_idev in local dst after put

2017-03-17 Thread David Ahern
The VRF driver takes a reference to the inet6_dev on the VRF device for its rt6_local dst when handling local traffic through the VRF device as a loopback. When the device is deleted the driver does a put on the idev but does not reset rt6i_idev in the rt6_info struct. When the dst is destroyed,