Home | History | Annotate | Line # | Download | only in nfsservice
exports revision 1.2
      1  1.2  pooka #	$NetBSD: exports,v 1.2 2010/12/31 18:11:27 pooka Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.1  pooka #
      5  1.1  pooka # The export dir is currently hardcoded and is exposed to the
      6  1.1  pooka # world, where "world" in this case means inside the rump shmif
      7  1.1  pooka # IP network, i.e. not a very big world.  Probably needs some
      8  1.1  pooka # adjustments if we want to test NFS features more carefully,
      9  1.1  pooka # but this is enough for the current VFS level tests.
     10  1.1  pooka #
     11  1.2  pooka /myexport -noresvport -noresvmnt -maproot=0:0 10.3.2.2
     12  1.2  pooka /myexport -ro -noresvport -noresvmnt -maproot=0:0 10.4.2.2
     13