X-Git-Url: http://git.alex.org.uk diff --git a/nbd-server.5.sgml b/nbd-server.5.sgml index e441244..871873d 100644 --- a/nbd-server.5.sgml +++ b/nbd-server.5.sgml @@ -419,14 +419,14 @@ manpage.1: manpage.sgml nbd-server will look for the literal string '%s' in the , and replace it by the - IP address of the connecting host in dotted-quad - notation. The string that results from this - transformation will be used as an absolute pathname - that nbd-server will attempt to - open. As an example, if a client connects from - 192.168.1.100 and is - specified as /export/%s, then - nbd-server will attempt to serve + address of the connecting host. The string that + results from this transformation will be used as an + absolute pathname that nbd-server + will attempt to open. As an example, if a client + connects from 192.168.1.100 and + is specified as + /export/%s, then nbd-server + will attempt to serve /export/192.168.1.100 @@ -442,6 +442,11 @@ manpage.1: manpage.sgml open /export/192/168/1/100 instead. + + Since there are no dots in most IPv6 addresses, the + effect of using this option when IPv6 is in use is + indistinguishable from the ipliteral option. + @@ -461,6 +466,7 @@ manpage.1: manpage.sgml nbd-server will try to open /export/192.168.1.64/192.168.1.100. + This option works as expected for IPv6.