roybabayov(a)gmail.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1221117?usp=email )
Change subject: Improve CIDR parsing
......................................................................
Improve CIDR parsing
Before this change we had one definition for CIDR
that allowed values in range 1-99.
After this change we have CIDRV4 for IPv4 that allows
values in range 1-32 and CIDRV6 for IPv6 that allows
values in range 1-128.
Change-Id: I83d1da84561da3f1f725bb3a99094726b7c982ac
Signed-off-by: Roy Babayov <roybabayov(a)google.com>
---
M src/config_parsing/conf_lex.l
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/17/1221117/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1221117?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I83d1da84561da3f1f725bb3a99094726b7c982ac
Gerrit-Change-Number: 1221117
Gerrit-PatchSet: 1
Gerrit-Owner: roybabayov(a)gmail.com