Revision 69affe73

b/INSTALL
24 24
- `bridge utilities <http://www.linuxfoundation.org/en/Net:Bridge>`_
25 25
- `iproute2 <http://www.linuxfoundation.org/en/Net:Iproute2>`_
26 26
- `arping <http://www.skbuff.net/iputils/>`_ (part of iputils)
27
- `ndisc6 <http://www.remlab.net/ndisc6/>`_ (if using IPv6)
27 28
- `Python <http://www.python.org/>`_, version 2.4 or above, not 3.0
28 29
- `Python OpenSSL bindings <http://pyopenssl.sourceforge.net/>`_
29 30
- `simplejson Python module <http://code.google.com/p/simplejson/>`_
......
44 45
packages, except for DRBD and Xen::
45 46

  
46 47
  $ apt-get install lvm2 ssh bridge-utils iproute iputils-arping \
47
                    python python-pyopenssl openssl python-pyparsing \
48
                    python-simplejson python-pyinotify python-pycurl \
49
                    socat
48
                    ndisc6 python python-pyopenssl openssl \
49
                    python-pyparsing python-simplejson \
50
                    python-pyinotify python-pycurl socat
50 51

  
51 52
If you want to build from source, please see doc/devnotes.rst for more
52 53
dependencies.
b/man/gnt-cluster.sgml
256 256
        <sbr>
257 257
        <arg>-I <replaceable>default instance allocator</replaceable></arg>
258 258
        <sbr>
259
        <arg>--primary-ip-version <replaceable>version</replaceable></arg>
260
        <sbr>
259 261
        <arg choice="req"><replaceable>clustername</replaceable></arg>
260 262
      </cmdsynopsis>
261 263

  
......
551 553
        <command>modify</command> command.
552 554
      </para>
553 555

  
556
      <para>
557
        The <option>--primary-ip-version</option> option specifies the
558
        IP version used for the primary address. Possible values are 4 and
559
        6 for IPv4 and IPv6, respectively. This option is used when resolving
560
        node names and the cluster name.
561
      </para>
562

  
554 563
    </refsect2>
555 564

  
556 565
    <refsect2>

Also available in: Unified diff