>From Kinglong Mee <kinglong...@gmail.com>:

Kinglong Mee has uploaded this change for review. ( 
https://review.gerrithub.io/375051


Change subject: exports: sort CLIENT options by client type
......................................................................

exports: sort CLIENT options by client type

For configuration as follow, user want get gets an readwrite directory
through 127.0.0.1. But, nfs client gets an readonly directory.
If exchange the order of CLIENT, that's okay.

EXPORT
{
  ...
  CLIENT {
    clients = *;
    Access_Type = ro;
  }
  CLIENT {
    clients = 127.0.0.1;
    Access_Type = rw;
  }
}

This patch sorts those CLIENT options as,
IP address >> x.x.x.x/y >> wildcarded >> @name >> * >> gss

Change-Id: I2107533421e4c302fc6de4e10b3c8e729fd827ad
Signed-off-by: Kinglong Mee <mijinl...@open-fs.com>
---
M src/include/nfs_exports.h
M src/support/exports.c
2 files changed, 37 insertions(+), 8 deletions(-)



  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/51/375051/1
-- 
To view, visit https://review.gerrithub.io/375051
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2107533421e4c302fc6de4e10b3c8e729fd827ad
Gerrit-Change-Number: 375051
Gerrit-PatchSet: 1
Gerrit-Owner: Kinglong Mee <kinglong...@gmail.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to