roybabayov@gmail.com has uploaded this change for review.

View Change

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@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 change 1221117. To unsubscribe, or for help writing mail filters, visit settings.

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@gmail.com