2007-01-08 18:25:13 +01:00
|
|
|
support/export/export.c | 2
|
|
|
|
support/include/misc.h | 3
|
|
|
|
support/include/nfslib.h | 1
|
2007-02-27 09:10:11 +01:00
|
|
|
================================================================================
|
2009-11-25 16:22:12 +01:00
|
|
|
---
|
|
|
|
support/nfs/exports.c | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
2018-10-25 07:36:26 +02:00
|
|
|
--- a/support/nfs/exports.c
|
|
|
|
+++ b/support/nfs/exports.c
|
2018-12-03 03:51:05 +01:00
|
|
|
@@ -658,6 +658,8 @@ bad_option:
|
2007-02-27 09:10:11 +01:00
|
|
|
} else if (strncmp(opt, "replicas=", 9) == 0) {
|
|
|
|
ep->e_fslocmethod = FSLOC_REPLICA;
|
|
|
|
ep->e_fslocdata = strdup(opt+9);
|
2007-01-08 18:25:13 +01:00
|
|
|
+ } else if (strncmp(opt, "bind=/", 6) == 0) {
|
|
|
|
+ /* ignore this for now */
|
2008-03-27 22:28:19 +01:00
|
|
|
} else if (strncmp(opt, "sec=", 4) == 0) {
|
|
|
|
active = parse_flavors(opt+4, ep);
|
|
|
|
if (!active)
|