Frank Filz has uploaded this change for review.
Client list normalization - all have str
All forms of base_client_entry will have a string form so eliminate
the union and move str and cidr to base fields.
This incidentally eliminates some memory leaks in code that
did not account for freeing result of cidr_to_str.
This saves everyone that converts a NETWORK_CLIENT to string
from having to call cidr_to_str and simplifies because every
client type has a string.
Change-Id: I0e2c1496758718b0f34d696c8711bece2cb0999b
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
---
M src/Protocols/NFS/mnt_Export.c
M src/include/client_mgr.h
M src/log/log_functions.c
M src/support/client_mgr.c
M src/support/export_mgr.c
5 files changed, 40 insertions(+), 192 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/23/1238223/1
To view, visit change 1238223. To unsubscribe, or for help writing mail filters, visit settings.