diff options
author | Ken Raeburn <raeburn@mit.edu> | 2008-11-17 22:19:26 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2008-11-17 22:19:26 +0000 |
commit | fbe746095af4227a2102d5989debb304410fb576 (patch) | |
tree | eff72a610d1813a382512caf45fac0285cf30bce /doc | |
parent | c568a520f516297701bdf5a556a6b873b66c6ae5 (diff) | |
download | krb5-fbe746095af4227a2102d5989debb304410fb576.tar.gz krb5-fbe746095af4227a2102d5989debb304410fb576.tar.xz krb5-fbe746095af4227a2102d5989debb304410fb576.zip |
Note kprop doesn't do IPv6 yet either
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21135 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.texinfo b/doc/install.texinfo index 54f183d435..4ed3458401 100644 --- a/doc/install.texinfo +++ b/doc/install.texinfo @@ -1093,10 +1093,10 @@ The ``call out to @code{kprop}'' mechanism is a bit fragile; if the @code{kprop} propagation fails to connect for some reason, the process on the slave may hang waiting for it, and will need to be restarted. @item -The master and slave must be able to initiate TCP connections in -both directions, without an intervening NAT. They must also be able -to communicate over IPv4, since MIT's RPC code does not currently -support IPv6. +The master and slave must be able to initiate TCP connections in both +directions, without an intervening NAT. They must also be able to +communicate over IPv4, since MIT's kprop and RPC code does not +currently support IPv6. @end itemize @menu |