Filer 500.002
Connecting to a NetApp running Release 8+ in 7-Mode fails with an 'Invalid
version string:" error.
This is due to the fact that the release string contains an embedded space.
I have implemented a local fix by changing line 43 from:
m{ NetApp \s+ Release \s+ (\S+) : \s+ (.*) }gmx ||
to
m{ NetApp \s+ Release \s+ (.+): \s+ (.+) }gmx ||
Regards,
Michael.