summaryrefslogtreecommitdiffstats
path: root/lib/route/link.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-11-20 10:26:23 (GMT)
committerThomas Haller <thaller@redhat.com>2015-11-20 10:26:23 (GMT)
commitef32af0f6afd2a0e503d5c535c5e105d76d64629 (patch)
tree01dda0b56e7a9a179a403d444109d3666428d632 /lib/route/link.c
parentacdeaf498d53d04ef4ca0e744b6c47e07e76c121 (diff)
parent4b205cab171a45180ad33c5e5aeff0987cdfd370 (diff)
downloadlibnl-ef32af0f6afd2a0e503d5c535c5e105d76d64629.zip
libnl-ef32af0f6afd2a0e503d5c535c5e105d76d64629.tar.gz
libnl-ef32af0f6afd2a0e503d5c535c5e105d76d64629.tar.bz2
route/link/vxlan: merge branch 'vxlan-io-compare'
http://lists.infradead.org/pipermail/libnl/2015-October/001997.html
Diffstat (limited to 'lib/route/link.c')
-rw-r--r--lib/route/link.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/route/link.c b/lib/route/link.c
index 8ef43b5..cfe3779 100644
--- a/lib/route/link.c
+++ b/lib/route/link.c
@@ -960,6 +960,7 @@ static int link_compare(struct nl_object *_a, struct nl_object *_b,
goto protinfo_mismatch;
}
+ diff |= LINK_DIFF(LINKINFO, rtnl_link_info_data_compare(a, b) != 0);
out:
return diff;