summaryrefslogtreecommitdiff
path: root/lib/route/cls/u32.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/cls/u32.c')
-rw-r--r--lib/route/cls/u32.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/route/cls/u32.c b/lib/route/cls/u32.c
index e6c51729..52db2931 100644
--- a/lib/route/cls/u32.c
+++ b/lib/route/cls/u32.c
@@ -358,11 +358,6 @@ static void u32_dump_details(struct rtnl_tc *tc, void *data,
if (!u)
return;
- if (!(u->cu_mask & (U32_ATTR_SELECTOR & U32_ATTR_MARK))) {
- nl_dump(p, "no-selector no-mark\n");
- return;
- }
-
if (!(u->cu_mask & U32_ATTR_SELECTOR)) {
nl_dump(p, "no-selector");
} else {