Go to file
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
doc CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
include addr: restore anycast functions 2010-04-19 12:42:53 +02:00
lib Fix rule attribute comparison 2010-04-19 12:43:18 +02:00
m4 Move to automake-based build 2009-06-23 01:24:51 +02:00
src CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
tests - Reworked the classifier interface. 2009-09-02 18:31:14 +02:00
.gitignore Move to automake-based build 2009-06-23 01:24:51 +02:00
autogen.sh Move to automake-based build 2009-06-23 01:24:51 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in CLI - Command Line Interface Library 2009-12-16 16:20:46 +01:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
libnl-2.0.pc.in Move to automake-based build 2009-06-23 01:24:51 +02:00
Makefile.am Move to automake-based build 2009-06-23 01:24:51 +02:00