/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/mandos-client.xml

  • Committer: Teddy Hogeborn
  • Date: 2013-06-23 15:13:06 UTC
  • Revision ID: teddy@recompile.se-20130623151306-3y4zwy76d95hcvpq
* mandos: Bug fix: Make boolean options work from the config file
          again.
          Bug fix: Make --no-ipv6 work again.
          Bug fix: Add extra magic to GnuTLS priority to make it work
          with current version of GnuTLS.
* mandos-options.xml (priority): Document new default value.
* mandos.conf (priority): - '' -
* plugins.d/mandos-client.xml (EXAMPLE): Minor grammar fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY COMMANDNAME "mandos-client">
5
 
<!ENTITY TIMESTAMP "2012-06-13">
 
5
<!ENTITY TIMESTAMP "2013-06-21">
6
6
<!ENTITY % common SYSTEM "../common.ent">
7
7
%common;
8
8
]>
226
226
      
227
227
      <varlistentry>
228
228
        <term><option>--interface=<replaceable
229
 
        >NAME</replaceable></option></term>
 
229
        >NAME</replaceable><arg rep='repeat'>,<replaceable
 
230
        >NAME</replaceable></arg></option></term>
230
231
        <term><option>-i
231
 
        <replaceable>NAME</replaceable></option></term>
 
232
        <replaceable>NAME</replaceable><arg rep='repeat'>,<replaceable
 
233
        >NAME</replaceable></arg></option></term>
232
234
        <listitem>
233
235
          <para>
234
236
            Comma separated list of network interfaces that will be
237
239
            use all appropriate interfaces.
238
240
          </para>
239
241
          <para>
240
 
            If the <option>--connect</option> option is used, this
241
 
            specifies the interface to use to connect to the address
242
 
            given.
 
242
            If the <option>--connect</option> option is used, and
 
243
            exactly one interface name is specified (except
 
244
            <quote><literal>none</literal></quote>), this specifies
 
245
            the interface to use to connect to the address given.
243
246
          </para>
244
247
          <para>
245
248
            Note that since this program will normally run in the
254
257
          </para>
255
258
          <para>
256
259
            <replaceable>NAME</replaceable> can be the string
257
 
            <quote><literal>none</literal></quote>; this will not use
258
 
            any specific interface, and will not bring up an interface
259
 
            on startup.  This is not recommended, and only meant for
260
 
            advanced users.
 
260
            <quote><literal>none</literal></quote>; this will make
 
261
            <command>&COMMANDNAME;</command> not bring up
 
262
            <emphasis>any</emphasis> interfaces specified
 
263
            <emphasis>after</emphasis> this string.  This is not
 
264
            recommended, and only meant for advanced users.
261
265
          </para>
262
266
        </listitem>
263
267
      </varlistentry>
508
512
              It is not necessary to print any non-executable files
509
513
              already in the network hook directory, these will be
510
514
              copied implicitly if they otherwise satisfy the name
511
 
              requirement.
 
515
              requirements.
512
516
            </para>
513
517
          </listitem>
514
518
        </varlistentry>
662
666
    </para>
663
667
    <informalexample>
664
668
      <para>
665
 
        Normal invocation needs no options, if the network interface
 
669
        Normal invocation needs no options, if the network interfaces
666
670
        can be automatically determined:
667
671
      </para>
668
672
      <para>
671
675
    </informalexample>
672
676
    <informalexample>
673
677
      <para>
674
 
        Search for Mandos servers (and connect to them) using another
675
 
        interface:
 
678
        Search for Mandos servers (and connect to them) using one
 
679
        specific interface:
676
680
      </para>
677
681
      <para>
678
682
        <!-- do not wrap this line -->
842
846
              <para>
843
847
                This client uses IPv6 link-local addresses, which are
844
848
                immediately usable since a link-local addresses is
845
 
                automatically assigned to a network interfaces when it
 
849
                automatically assigned to a network interface when it
846
850
                is brought up.
847
851
              </para>
848
852
            </listitem>