ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpe.conf.5
(Generate patch)

Comparing gvpe/doc/gvpe.conf.5 (file contents):
Revision 1.26 by root, Thu Dec 2 07:15:14 2010 UTC vs.
Revision 1.27 by root, Tue Feb 15 13:31:22 2011 UTC

122.\} 122.\}
123.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
124.\" ======================================================================== 124.\" ========================================================================
125.\" 125.\"
126.IX Title "GVPE.CONF 5" 126.IX Title "GVPE.CONF 5"
127.TH GVPE.CONF 5 "2010-09-10" "2.22" "GNU Virtual Private Ethernet" 127.TH GVPE.CONF 5 "2011-02-12" "2.24" "GNU Virtual Private Ethernet"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes 128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents. 129.\" way too many mistakes in technical documents.
130.if n .ad l 130.if n .ad l
131.nh 131.nh
132.SH "NAME" 132.SH "NAME"
514.IP "allow-direct = nodename" 4 514.IP "allow-direct = nodename" 4
515.IX Item "allow-direct = nodename" 515.IX Item "allow-direct = nodename"
516Allow direct connections to this node. See \f(CW\*(C`deny\-direct\*(C'\fR for more info. 516Allow direct connections to this node. See \f(CW\*(C`deny\-direct\*(C'\fR for more info.
517.IP "compress = yes|true|on | no|false|off" 4 517.IP "compress = yes|true|on | no|false|off" 4
518.IX Item "compress = yes|true|on | no|false|off" 518.IX Item "compress = yes|true|on | no|false|off"
519For the current node, this specified whether it will accept compressed
520packets, and for all other nodes, this specifies whether to try to
519Wether to compress data packets sent to this node (default: \f(CW\*(C`yes\*(C'\fR). 521compress data packets sent to this node (default: \f(CW\*(C`yes\*(C'\fR). Compression is
520Compression is really cheap even on slow computers and has no size 522really cheap even on slow computers, has no size overhead at all and will
521overhead at all, so enabling this is often a good idea. 523only be used when the other side supports compression, so enabling this is
524often a good idea.
522.IP "connect = ondemand | never | always | disabled" 4 525.IP "connect = ondemand | never | always | disabled" 4
523.IX Item "connect = ondemand | never | always | disabled" 526.IX Item "connect = ondemand | never | always | disabled"
524Sets the connect mode (default: \f(CW\*(C`always\*(C'\fR). It can be \f(CW\*(C`always\*(C'\fR (always 527Sets the connect mode (default: \f(CW\*(C`always\*(C'\fR). It can be \f(CW\*(C`always\*(C'\fR (always
525try to establish and keep a connection to the given node), \f(CW\*(C`never\*(C'\fR 528try to establish and keep a connection to the given node), \f(CW\*(C`never\*(C'\fR
526(never initiate a connection to the given host, but accept connections), 529(never initiate a connection to the given host, but accept connections),
642.IX Item "if-up-data = value" 645.IX Item "if-up-data = value"
643The value specified using this directive will be passed to the \f(CW\*(C`if\-up\*(C'\fR 646The value specified using this directive will be passed to the \f(CW\*(C`if\-up\*(C'\fR
644script in the environment variable \f(CW\*(C`IFUPDATA\*(C'\fR. 647script in the environment variable \f(CW\*(C`IFUPDATA\*(C'\fR.
645.IP "inherit-tos = yes|true|on | no|false|off" 4 648.IP "inherit-tos = yes|true|on | no|false|off" 4
646.IX Item "inherit-tos = yes|true|on | no|false|off" 649.IX Item "inherit-tos = yes|true|on | no|false|off"
647Wether to inherit the \s-1TOS\s0 settings of packets sent to the tunnel when 650Whether to inherit the \s-1TOS\s0 settings of packets sent to the tunnel when
648sending packets to this node (default: \f(CW\*(C`yes\*(C'\fR). If set to \f(CW\*(C`yes\*(C'\fR then 651sending packets to this node (default: \f(CW\*(C`yes\*(C'\fR). If set to \f(CW\*(C`yes\*(C'\fR then
649outgoing tunnel packets will have the same \s-1TOS\s0 setting as the packets sent 652outgoing tunnel packets will have the same \s-1TOS\s0 setting as the packets sent
650to the tunnel device, which is usually what you want. 653to the tunnel device, which is usually what you want.
651.IP "max-retry = positive-number" 4 654.IP "max-retry = positive-number" 4
652.IX Item "max-retry = positive-number" 655.IX Item "max-retry = positive-number"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines