fine-grained hwentry config override
authorChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 20 May 2008 13:35:10 +0000 (15:35 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 21 May 2008 20:01:19 +0000 (22:01 +0200)
commitae0baaeb523328c4ae8bb4229d4dc301e977b6be
tree3b81a20f677e34b57a3fe20846cfdda17a1dee33
parent1cf191f32185863dfa5434aef14d44f69bcfe137
fine-grained hwentry config override

== Before:
adding

device {
 vendor EMC
 product FOO
 checker tur
}

resets all hwentry vars not specified in the block to internal
defaults ... losing the precious bits in the internal default
hwtable.

== After:
adding the same block retains all info present in the
default hwtable and override only the bits specified in the conf
file.
libmultipath/config.c
libmultipath/dict.c