Re: svn commit: r315405 - head/sys/compat/linuxkpi/common/include/linux

2017-03-16 Thread Andrey V. Elsukov
On 16.03.2017 13:12, Andrey V. Elsukov wrote: > On 16.03.2017 13:02, Hans Petter Selasky wrote: >> Author: hselasky >> Date: Thu Mar 16 10:02:45 2017 >> New Revision: 315405 >> URL: https://svnweb.freebsd.org/changeset/base/315405 >> >> Log: >> Add helper function similar to ip_dev_find() to the

Re: svn commit: r315405 - head/sys/compat/linuxkpi/common/include/linux

2017-03-16 Thread Andrey V. Elsukov
On 16.03.2017 13:02, Hans Petter Selasky wrote: > Author: hselasky > Date: Thu Mar 16 10:02:45 2017 > New Revision: 315405 > URL: https://svnweb.freebsd.org/changeset/base/315405 > > Log: > Add helper function similar to ip_dev_find() to the LinuxKPI to lookup > a network device by its IPv6 ad

svn commit: r315405 - head/sys/compat/linuxkpi/common/include/linux

2017-03-16 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 16 10:02:45 2017 New Revision: 315405 URL: https://svnweb.freebsd.org/changeset/base/315405 Log: Add helper function similar to ip_dev_find() to the LinuxKPI to lookup a network device by its IPv6 address in the given VNET. MFC after:1 week Spo