[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20121101.105228.565623780714877960.davem@davemloft.net>
Date: Thu, 01 Nov 2012 10:52:28 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: andi@...stfloor.org
Cc: brian.haley@...com, xemul@...allels.com, eric.dumazet@...il.com,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next] sockopt: Change getsockopt() of
SO_BINDTODEVICE to return an interface name
From: Andi Kleen <andi@...stfloor.org>
Date: Wed, 31 Oct 2012 13:47:01 -0700
> Brian Haley <brian.haley@...com> writes:
>
>> Instead of having the getsockopt() of SO_BINDTODEVICE return an index, which
>> will then require another call like if_indextoname() to get the actual interface
>> name, have it return the name directly.
>>
>> This also matches the existing man page description on socket(7) which mentions
>> the argument being an interface name.
>>
>> If the value has not been set, zero is returned and optlen will be set to zero
>> to indicate there is no interface name present.
>
> That will break all existing programs using the return value, right?
> Better to fix the manpage
It never returned a value before, you could not getsockopt() on
SO_BINDTODEVICE previously.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists