]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sched/cls_api.c
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / net / sched / cls_api.c
index cca1ef5e5476d35f68f9d021ce69c08320bf9a56..843a716a4303e71cb39c7ad8d95106a6d5c5e872 100644 (file)
@@ -169,7 +169,7 @@ replay:
        if (prio == 0) {
                switch (n->nlmsg_type) {
                case RTM_DELTFILTER:
-                       if (protocol || t->tcm_handle)
+                       if (protocol || t->tcm_handle || tca[TCA_KIND])
                                return -ENOENT;
                        break;
                case RTM_NEWTFILTER: