public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* libmnl limitation...
@ 2011-02-20 21:41 David Miller
  2011-02-20 22:25 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2011-02-20 21:41 UTC (permalink / raw)
  To: pablo; +Cc: netdev


Unfortunately, libmnl only allows setting socket options
that are of SOL_NETLINK.

This precludes setting socket options such as SO_ATTACH_FILTER
which need to be of level SOL_SOCKET.

It seems to be a mistake to have hard-coded the socket level
instead of simply letting the user specify it :-/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-20 22:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-20 21:41 libmnl limitation David Miller
2011-02-20 22:25 ` Pablo Neira Ayuso
2011-02-20 22:31   ` Pablo Neira Ayuso
2011-02-20 22:38     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox