f9bf9cdd1c
The following functions returns 1 and 0 for succcess and error, respectively: - spdk_iscsi_tgt_node_allow_ipv6() - spdk_iscsi_tgt_node_allow_ipv4() - spdk_iscsi_tgt_node_allow_netmask() - spdk_iscsi_tgt_node_access() Using bool for this purpose will avoid our misunderstanding. Change-Id: I927876e0503c0eee5364e829a4713f9a345996f6 Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/383664 Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>