]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
fix comments for rtnl_act_add()
authorCong Wang <xiyou.wangcong@gmail.com>
Wed, 26 Feb 2014 21:35:12 +0000 (13:35 -0800)
committerThomas Haller <thaller@redhat.com>
Thu, 27 Feb 2014 10:32:16 +0000 (11:32 +0100)
Cc: Thomas Haller <thaller@redhat.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
lib/route/act.c

index 2bb222b6bdbbceffbb7aa69ba180dc93f3ec13cb..0a181dd49ebebd4cd7d334098d62f2557c90e156 100644 (file)
@@ -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.