[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110220.134128.115926805.davem@davemloft.net>
Date: Sun, 20 Feb 2011 13:41:28 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: pablo@...filter.org
CC: netdev@...r.kernel.org
Subject: libmnl limitation...
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 :-/
--
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