[PATCH 0/4] Add support to compare link af data

roopa at cumulusnetworks.com roopa at cumulusnetworks.com
Tue Jan 8 08:29:07 EST 2013


From: roopa <roopa at cumulusnetworks.com>

This patch series adds support to compare link af data.

Today the link compare function does not compare af
data of a link object. We have found a need for this
to get approriate change callbacks when af_data of a link
changes.

Though the patch adds generic support to compare link af data
for any af data family, this series only adds support to
compare af_data of bridge family objects.

roopa (4):
  link af ops: Add new ao_compare op to compare link af_data
  Add new rtnl_link_af_data_compare function to compare af_data
  Add ao_compare support to bridge family af_data
  link: Add af data compare to link objects

 include/netlink/route/link/api.h |   13 +++++++++++++
 lib/route/link.c                 |   22 ++++++++++++++++++++--
 lib/route/link/api.c             |   28 ++++++++++++++++++++++++++++
 lib/route/link/bridge.c          |   22 +++++++++++++++++++++-
 4 files changed, 82 insertions(+), 3 deletions(-)

-- 
1.7.10.4




More information about the libnl mailing list