libnl/lib
Patrick McHardy 3c28aa5dca Fix rule attribute comparison
Rules don't have unique identifiers, so all attributes are compared
by initializing the ID mask to ~0. This doesn't work however since
nl_object_identical verifies whether the ID attributes are actually
present before comparing the objects, which is never the case.

Work around by using the intersection of present attributes when
comparing two rule objects.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-04-19 12:43:18 +02:00
..
fib_lookup restructure module documentation order 2008-12-10 18:12:30 +01:00
genl restructure module documentation order 2008-12-10 18:12:30 +01:00
netfilter new function nfnl_queue_msg_send_verdict_payload() 2010-03-10 16:02:01 +01:00
route addr: add NL_DUMP_ENV function 2010-04-19 12:43:01 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
addr.c restructure module documentation order 2008-12-10 18:12:30 +01:00
attr.c Introduce nla_strdup() to help parse strings attributes 2008-06-13 16:40:41 +02:00
cache.c cache: properly invoke change_cb for deleted objects in nl_cache_resync() 2010-04-19 12:42:27 +02:00
cache_mngr.c Fix up naming changes 2008-12-10 18:16:31 +01:00
cache_mngt.c restructure module documentation order 2008-12-10 18:12:30 +01:00
data.c restructure module documentation order 2008-12-10 18:12:30 +01:00
doc.c Documentation update 2008-12-03 19:58:41 +01:00
error.c libnl: add ERANGE to errno translation 2009-11-10 11:29:07 +01:00
handlers.c restructure module documentation order 2008-12-10 18:12:30 +01:00
Makefile.am libnl: fix automake breakage 2009-11-10 11:28:51 +01:00
msg.c Patch for unexpectedly aligned messages 2009-09-02 18:43:03 +02:00
nl.c new feature nl_send_iovec(), nl_auto_complete() and code refactoring. 2010-03-10 16:01:46 +01:00
object.c Fix rule attribute comparison 2010-04-19 12:43:18 +02:00
socket.c release_local_port: properly compute the bitmap position 2009-05-04 14:56:24 +02:00
utils.c Fix a bug when calculating ticks_per_usec 2010-03-10 16:18:54 +01:00