On Sat, 2009-05-30 at 00:59 +0200, Jarek Poplawski wrote:
  
> ...
>         } else {
>                 switch (n->nlmsg_type) {
>                 case RTM_NEWTFILTER:
>                         err = -EEXIST;
>                         if (n->nlmsg_flags & NLM_F_EXCL)
>                                 goto errout;
>                         break;
> 
> Probably this case needs tcf_destroy() too.

No - that if stmnt will fail if this is a new filter being
created.

cheers,
jamal

_______________________________________________
Containers mailing list
contain...@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel

Reply via email to