On Sat, Jun 4, 2016 at 9:24 AM, Daniel Borkmann <dan...@iogearbox.net> wrote:
> +       if (n->nlmsg_type == RTM_DELTFILTER && prio == 0) {
> +               tcf_destroy_chain(chain);
> +               err = 0;
> +               goto errout;
> +       }

We need to notify users we removed which filters, right?

Reply via email to