commit | b09ab448b8553742ce0bf1a7df806dcac84bca7c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Sep 27 21:02:35 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Sep 27 21:02:35 2016 +0200 |
tree | 2a2ab37a5517ffb3e6ceaec45717592373027abb | |
parent | dea3bdbefe6f158fd91ab28ac31b88ec6b8aa448 [diff] |
mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitly This makes it possible to use scoped IPv6 addresses: mount -t cifs -o ip=<ADDR>%<iface_id> //<ADDR>/test test Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>