--- gvpe/doc/gvpe.8.pod 2005/01/27 06:16:16 1.4 +++ 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 @@ -121,6 +139,9 @@ 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.