--- gvpe/doc/gvpe.8.pod 2005/01/27 06:16:16 1.4 +++ gvpe/doc/gvpe.8.pod 2005/06/21 08:46:53 1.8 @@ -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,19 +133,22 @@ 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. +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 AUTHOR -Marc Lehmann C<< >>. +Marc Lehmann C<< >>. And thanks to many others for their contributions to gvpe, especially the tincd authors, who inspired me to write this program (after scavenging