summaryrefslogtreecommitdiff
path: root/lib/filters/filter-regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filters/filter-regex.c')
-rw-r--r--lib/filters/filter-regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/filters/filter-regex.c b/lib/filters/filter-regex.c
index 40dc8aa1b..ecc32914b 100644
--- a/lib/filters/filter-regex.c
+++ b/lib/filters/filter-regex.c
@@ -284,6 +284,8 @@ static int _filter_contains_symlink(struct cmd_context *cmd, int filter_cfg)
return 1;
if (strstr(fname, "wwn-"))
return 1;
+ if (strstr(fname, "pci-"))
+ return 1;
}
}