summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorVolodymyr Bendiuga <volodymyr.bendiuga@westermo.se>2017-10-24 16:40:00 +0200
committerThomas Haller <thaller@redhat.com>2018-04-11 12:22:16 +0200
commit5893c3f18e29e2fa964397cf3db261583f93abdd (patch)
tree518ebdbbb203b28f11f21c4c9539f04e09ef99be /libnl-route-3.sym
parent50918a9a50b56b8bccf15e54b355686e626710bd (diff)
downloadlibnl-5893c3f18e29e2fa964397cf3db261583f93abdd.tar.gz
route:cls: add matchall classifier
This simple classifier allows any traffic pass through. Useful as an example for port mirroring. Signed-off-by: Volodymyr Bendiuga <volodymyr.bendiuga@westermo.se>
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym7
1 files changed, 7 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index efb42069..dc1d9ede 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1098,4 +1098,11 @@ global:
rtnl_rule_set_dport;
rtnl_rule_set_dport_range;
rtnl_rule_get_dport;
+ rtnl_mall_set_classid;
+ rtnl_mall_get_classid;
+ rtnl_mall_set_flags;
+ rtnl_mall_get_flags;
+ rtnl_mall_append_action;
+ rtnl_mall_get_first_action;
+ rtnl_mall_del_action;
} libnl_3_4;