summaryrefslogtreecommitdiff
path: root/libnl-3.sym
diff options
context:
space:
mode:
authord0u9 <d0u9.su@outlook.com>2018-01-23 14:13:43 +0800
committerd0u9 <d0u9.su@outlook.com>2018-01-24 00:02:55 +0800
commit52057832033ac8f6c6969e4ae3a7e65db1c9f540 (patch)
tree5af32d0dd5a3ca7c8735bf38ebdff4067fef779b /libnl-3.sym
parent4eba9c8f43f9389063fb510f38d3e16ee8f6a715 (diff)
downloadlibnl-52057832033ac8f6c6969e4ae3a7e65db1c9f540.tar.gz
Fix for cgroup filter addition problem.
Currently, due to the incomplete netlink datagram sent by libnl, cgroup filter addition is not fully functional. The datagram generated by `tc` command includes an empty attribute section, which is stripped off in the libnl counterpart. In this commit, a new `interface nla_nest_end_keep_empty()` is added. This function closes attribute without stripping off empty attribute.
Diffstat (limited to 'libnl-3.sym')
-rw-r--r--libnl-3.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnl-3.sym b/libnl-3.sym
index 4546a40c..42b38b7b 100644
--- a/libnl-3.sym
+++ b/libnl-3.sym
@@ -260,6 +260,7 @@ global:
nla_memcpy;
nla_nest_cancel;
nla_nest_end;
+ nla_nest_end_keep_empty;
nla_nest_start;
nla_next;
nla_ok;