>From Daniel Gryniewicz <d...@redhat.com>:

Daniel Gryniewicz has uploaded this change for review. ( 
https://review.gerrithub.io/383626


Change subject: Plumb through Bind_Addr so that it works.
......................................................................

Plumb through Bind_Addr so that it works.

During the conversion to work with IPv6, the code to implement Bind_Addr
was lost.  Implement this code, so that an address can be given.  The
following formats are accepted:

Bind_Addr = aaa.bbb.ccc.ddd;  # Standard dotted quad IPv4 address
Bind_Addr = a:b:c:d:e:f:g:h;  # Standard IPv6 address (may have ::)
Bind_Addr = ::FFFF:aaa.bbb.ccc.ddd; # IPv4 address mapped in IPv6
Bind_Addr = 0.0.0.0; # Listen on all addresses (IPv4 and IPv6)
Bind_Addr = ::; # Listen on all IPv6 addresses (no IPv4)

Note that none of these are quoted in any way.  Case of hex does not
matter.

Change-Id: Ie960e8325bdabb3c307dff03694f3f1dc92f4596
Signed-off-by: Daniel Gryniewicz <d...@redhat.com>
---
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/config_parsing/config_parsing.c
M src/include/gsh_config.h
3 files changed, 47 insertions(+), 32 deletions(-)



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

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie960e8325bdabb3c307dff03694f3f1dc92f4596
Gerrit-Change-Number: 383626
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <d...@redhat.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