diff options
author | Thomas Graf <tgraf@suug.ch> | 2011-07-14 12:48:00 +0200 |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2011-07-14 12:48:00 +0200 |
commit | 63548f5664e0e149f5e51219ad6f582f985e3c42 (patch) | |
tree | bcb04f5d3beac0aaa887a6cd75ef791faefdfae4 /lib/route | |
parent | 21d52eabba00089e3319575616a429fb75309cb7 (diff) | |
download | libnl-master.tar.gz |
Diffstat (limited to 'lib/route')
-rw-r--r-- | lib/route/cls.c | 2 | ||||
-rw-r--r-- | lib/route/tc.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/route/cls.c b/lib/route/cls.c index aa79b09..fb2e9be 100644 --- a/lib/route/cls.c +++ b/lib/route/cls.c @@ -237,6 +237,7 @@ int rtnl_cls_change(struct nl_sock *sk, struct rtnl_cls *cls, int flags) /** * Build netlink message requesting the deletion of a classifier * @arg cls Classifier to delete + * @arg flags Additional netlink message flags * @arg result Pointer to store resulting netlink message * * The behaviour of this function is identical to rtnl_cls_delete() with @@ -264,6 +265,7 @@ int rtnl_cls_build_delete_request(struct rtnl_cls *cls, int flags, * Delete classifier * @arg sk Netlink socket * @arg cls Classifier to delete + * @arg flags Additional netlink message flags * * Builds a \c RTM_DELTFILTER netlink message requesting the deletion * of a classifier and sends the message to the kernel. diff --git a/lib/route/tc.c b/lib/route/tc.c index 7bd4728..6826a05 100644 --- a/lib/route/tc.c +++ b/lib/route/tc.c @@ -307,7 +307,6 @@ void rtnl_tc_set_link(struct rtnl_tc *tc, struct rtnl_link *link) /** * Get link of traffic control object * @arg tc traffic control object - * @arg link link object * * Returns the link of a traffic control object. The link is only * returned if it has been set before via rtnl_tc_set_link() or |