On 08/04/2016 07:31 PM, Xose Vazquez Perez wrote: Please, DROP this one. Thanks.
> Right now they are too wide regex, for example: "HITACHI"/"DF" or "SGI"/"IS". > It should be used more extensively, at least, in product-ID. > As I did in 34e345e8 > > Cc: Christophe Varoqui <[email protected]> > Cc: device-mapper development <[email protected]> > Signed-off-by: Xose Vazquez Perez <[email protected]> > --- > libmultipath/hwtable.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index 6180751..a5d7402 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -868,6 +868,7 @@ static struct hwentry default_hw[] = { > * Keep only mandatory and modified attributes. > * Attributes with default values must be removed. > * .vendor and .product are mandatory, all other are optional. > + * POSIX regex can be used in .vendor, .product and .bl_product > * > * COMPANY_NAME > * > -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
