netlink: make nla_nest_start() add NLA_F_NESTED flag
[linux-2.6-microblaze.git] / net / sched / cls_basic.c
index 687b0af..dd5fdb6 100644 (file)
@@ -288,7 +288,7 @@ static int basic_dump(struct net *net, struct tcf_proto *tp, void *fh,
 
        t->tcm_handle = f->handle;
 
-       nest = nla_nest_start(skb, TCA_OPTIONS);
+       nest = nla_nest_start_noflag(skb, TCA_OPTIONS);
        if (nest == NULL)
                goto nla_put_failure;