Hi David,
I love your patch! Yet something to improve:
[auto build test ERROR on net/master]
[also build test ERROR on v5.0-rc1 next-20190111]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Dav
Hi
On Thu, Jan 10, 2019 at 5:38 PM David Ahern wrote:
>
> On 1/10/19 7:25 AM, David Herrmann wrote:
> > This introduces a new generic SOL_SOCKET-level socket option called
> > SO_BINDTOIF. It behaves similar to SO_BINDTODEVICE, but takes a network
> > interface index as argument, rather than the
On Thu, Jan 10, 2019 at 8:38 AM David Ahern wrote:
>
> On 1/10/19 7:25 AM, David Herrmann wrote:
> > This introduces a new generic SOL_SOCKET-level socket option called
> > SO_BINDTOIF. It behaves similar to SO_BINDTODEVICE, but takes a network
> > interface index as argument, rather than the netw
On 1/10/19 7:25 AM, David Herrmann wrote:
> This introduces a new generic SOL_SOCKET-level socket option called
> SO_BINDTOIF. It behaves similar to SO_BINDTODEVICE, but takes a network
> interface index as argument, rather than the network interface name.
SO_BINDTOIF is not very descriptive relat
On Thu, Jan 10, 2019 at 3:25 PM David Herrmann wrote:
>
> This introduces a new generic SOL_SOCKET-level socket option called
> SO_BINDTOIF. It behaves similar to SO_BINDTODEVICE, but takes a network
> interface index as argument, rather than the network interface name.
>
> User-space often refers
This introduces a new generic SOL_SOCKET-level socket option called
SO_BINDTOIF. It behaves similar to SO_BINDTODEVICE, but takes a network
interface index as argument, rather than the network interface name.
User-space often refers to network-interfaces via their index, but has
to temporarily res