[PATCH 0/2] fixes for handling IPv4 addresses

Thomas Haller thaller at redhat.com
Tue Jun 28 07:56:20 PDT 2016


Fix nm_object_identical() for AF_INET addresses to consider
the peer's network part.
Fix nm_object_identical() for AF_INET6 addresses to ignore
the prefix length.
Fix handling AF_INET addresses with peer 0.0.0.0.

Thomas Haller (2):
  route/addr: fix ID comparison for AF_INET and AF_INET6 addresses
  route/addr: fix handling peer addresses for IPv4 addresses

 include/netlink-private/types.h |   1 +
 lib/object.c                    |   2 +-
 lib/route/addr.c                | 107 ++++++++++++++++++++++++++++++++--------
 3 files changed, 89 insertions(+), 21 deletions(-)

-- 
2.7.4




More information about the libnl mailing list