--- gvpe/doc/gvpe.8.pod 2004/07/26 14:53:36 1.3 +++ gvpe/doc/gvpe.8.pod 2005/03/28 20:39:18 1.7 @@ -6,7 +6,7 @@ C [B<-cDlL>] [B<--config=>I] [B<--no-detach>] [B<-l=>I] [B<--kill>[B<=>I]] [B<--mlock>] [B<--help>] [B<--version>] -I +I [I] =head1 DESCRIPTION @@ -22,6 +22,24 @@ and setting up connections to other gvpe daemons that are part of the virtual private ethernet. +The optional arguments after the node name have to be of the form: + + [I.]var=value + +If the argument has a prefix of C +(i.e. C) then it will be parsed after all the +config directives for that node, if not, it is parsed befroe the first +node directive in the config file, and can be used to set global options +or default variables. + +For example, to start C in the foreground, with log-level C on +the node C, with TCP enabled and HTTP-Proxy host and Port set, use +this: + + gvpe -D -l info laptop \ + http-proxy-host=10.0.0.18 http-proxy-port=3128 \ + laptop.enable-tcp=yes + =head1 OPTIONS =over 4 @@ -115,21 +133,20 @@ The cryptography in gvpe has not been thoroughly checked by many people yet. Use it at your own risk! -If you find any bugs, report them to C. - -=head1 TODO - -A lot. +If you find any bugs, report them to C. =head1 SEE ALSO gvpe(5) for an introduction, gvpe.conf(5), gvpectrl(8). +The GVPE mailing list, at L or +C. + gvpe comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details. -=head1 AUTHORS +=head1 AUTHOR Marc Lehmann C<< >>.