summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2015-10-30 22:08:41 (GMT)
committerThomas Haller <thaller@redhat.com>2015-11-20 10:25:34 (GMT)
commit4b205cab171a45180ad33c5e5aeff0987cdfd370 (patch)
tree01dda0b56e7a9a179a403d444109d3666428d632 /lib/utils.c
parent45556c7abd3813ddea7b5784d62edfa16e8746ff (diff)
downloadlibnl-4b205cab171a45180ad33c5e5aeff0987cdfd370.zip
libnl-4b205cab171a45180ad33c5e5aeff0987cdfd370.tar.gz
libnl-4b205cab171a45180ad33c5e5aeff0987cdfd370.tar.bz2
route/link/vxlan: add support for link_info compare
Signed-off-by: Balki Raman <ramanb@cumulusnetworks.com> Signed-off-by: David Ahern <dsa@cumulusnetworks.com> [thaller@redhat.com: whitespace, add capability, consider local6/group6] Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib/utils.c')
-rw-r--r--lib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.c b/lib/utils.c
index ca98ab3..3258946 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -1158,7 +1158,7 @@ int nl_has_capability (int capability)
NL_CAPABILITY_RTNL_LINK_VLAN_PROTOCOL_SERIALZE,
NL_CAPABILITY_RTNL_LINK_PARSE_GRE_REMOTE,
NL_CAPABILITY_RTNL_LINK_VLAN_INGRESS_MAP_CLEAR,
- 0,
+ NL_CAPABILITY_RTNL_LINK_VXLAN_IO_COMPARE,
0),
/* IMPORTANT: these capability numbers are intended to be universal and stable
* for libnl3. Don't allocate new numbers on your own that differ from upstream