[Devel] Re: [BUG] net_cls: Panic occured when net_cls subsystem use
jamal
hadi at cyberus.ca
Sat May 30 04:50:18 PDT 2009
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
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list