support/export/export.c   |    2 
 support/include/misc.h    |    3 
 support/include/nfslib.h  |    1 
================================================================================
Index: nfs-utils-1.1.2/support/nfs/exports.c
===================================================================
--- nfs-utils-1.1.2.orig/support/nfs/exports.c
+++ nfs-utils-1.1.2/support/nfs/exports.c
@@ -627,6 +627,8 @@ bad_option:
 		} else if (strncmp(opt, "replicas=", 9) == 0) {
 			ep->e_fslocmethod = FSLOC_REPLICA;
 			ep->e_fslocdata = strdup(opt+9);
+		} else if (strncmp(opt, "bind=/", 6) == 0) {
+			/* ignore this for now */
 		} else if (strncmp(opt, "sec=", 4) == 0) {
 			active = parse_flavors(opt+4, ep);
 			if (!active)