summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2014-02-26 21:35:12 (GMT)
committerThomas Haller <thaller@redhat.com>2014-02-27 10:32:16 (GMT)
commit59547d2d45315641fad3f6b74dab9951b4f7795e (patch)
tree49d817b126669297437960488c099af874e29225
parent20aa7320d881262c0eeeb7ca86f9162ac7694e9e (diff)
downloadlibnl-59547d2d45315641fad3f6b74dab9951b4f7795e.zip
libnl-59547d2d45315641fad3f6b74dab9951b4f7795e.tar.gz
libnl-59547d2d45315641fad3f6b74dab9951b4f7795e.tar.bz2
fix comments for rtnl_act_add()
Cc: Thomas Haller <thaller@redhat.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--lib/route/act.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/route/act.c b/lib/route/act.c
index 2bb222b..0a181dd 100644
--- a/lib/route/act.c
+++ b/lib/route/act.c
@@ -232,9 +232,6 @@ int rtnl_act_build_add_request(struct rtnl_act *act, int flags,
* exists, it will be created if the flag \c NLM_F_CREATE is set,
* otherwise the error -NLE_OBJ_NOTFOUND is returned.
*
- * If the parent qdisc does not support classes, the error
- * \c NLE_OPNOTSUPP is returned.
- *
* After sending, the function will wait for the ACK or an eventual
* error message to be received and will therefore block until the
* operation has been completed.