| 1 |
\input texinfo @c -*-texinfo-*- |
| 2 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 3 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 4 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 5 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 6 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 7 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 8 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 9 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 10 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 11 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 12 |
@c GENERATED FILE, vpe.texi.in is the source, not vpe.texi! |
| 13 |
@c %**start of header |
| 14 |
@setfilename vpe.info |
| 15 |
@settitle vpe Manual |
| 16 |
@setchapternewpage odd |
| 17 |
@c %**end of header |
| 18 |
|
| 19 |
@ifinfo |
| 20 |
@dircategory Networking tools |
| 21 |
@direntry |
| 22 |
* vpe: (vpe). The vpe Manual. |
| 23 |
@end direntry |
| 24 |
|
| 25 |
This is the info manual for vpe, a Virtual Private Ethernet daemon. |
| 26 |
|
| 27 |
Copyright @copyright{} 2003 Marc Lehmann <vpe@@plan9.de>. |
| 28 |
|
| 29 |
Permission is granted to make and distribute verbatim copies of this |
| 30 |
manual provided the copyright notice and this permission notice are |
| 31 |
preserved on all copies. |
| 32 |
|
| 33 |
Permission is granted to copy and distribute modified versions of this |
| 34 |
manual under the conditions for verbatim copying, provided that the |
| 35 |
entire resulting derived work is distributed under the terms of a |
| 36 |
permission notice identical to this one. |
| 37 |
|
| 38 |
@end ifinfo |
| 39 |
|
| 40 |
@titlepage |
| 41 |
@title vpe Manual |
| 42 |
@author Marc Lehmann, Ivo Timmermans and Guus Sliepen |
| 43 |
|
| 44 |
@page |
| 45 |
@vskip 0pt plus 1filll |
| 46 |
@cindex copyright |
| 47 |
|
| 48 |
Copyright @copyright{} 2003 Marc Lehmann <vpe@@plan9.de. |
| 49 |
|
| 50 |
Permission is granted to make and distribute verbatim copies of this |
| 51 |
manual provided the copyright notice and this permission notice are |
| 52 |
preserved on all copies. |
| 53 |
|
| 54 |
Permission is granted to copy and distribute modified versions of this |
| 55 |
manual under the conditions for verbatim copying, provided that the |
| 56 |
entire resulting derived work is distributed under the terms of a |
| 57 |
permission notice identical to this one. |
| 58 |
|
| 59 |
@end titlepage |
| 60 |
|
| 61 |
@c ================================================================== |
| 62 |
@node Top, vpe(5), (dir), (dir) |
| 63 |
|
| 64 |
This is the documentation for the Virtual Private Ethernet suite. |
| 65 |
|
| 66 |
This manual is mostly autogenerated from pod documentation + some example |
| 67 |
files. If you think it looks like a bunch of manpages glued together then |
| 68 |
you are most probably... right ;) |
| 69 |
|
| 70 |
@menu |
| 71 |
* vpe(5):: Introduction and tutorial for vpe. |
| 72 |
* vpe.osdep(5):: OS-dependent notes. |
| 73 |
* vped.conf(5):: The main configuration file. |
| 74 |
* vpectrl(8):: Config/Control programm reference. |
| 75 |
* vped(8):: Networking daemon reference. |
| 76 |
* vpe.protocol(7):: The network protocol explained. |
| 77 |
* complex-example:: A nontrivial example from the real world. Read vpe(5). |
| 78 |
@end menu |
| 79 |
|
| 80 |
|
| 81 |
@contents |
| 82 |
|
| 83 |
@c ================================================================== |
| 84 |
@node vpe(5), vpe.osdep(5), Top, Top |
| 85 |
@c INCLUDE-POD vpe.5 |
| 86 |
|
| 87 |
@c ================================================================== |
| 88 |
@node vpe.osdep(5), vped.conf(5), vpe(5), Top |
| 89 |
@c INCLUDE-POD vpe.osdep.5 |
| 90 |
|
| 91 |
@c ================================================================== |
| 92 |
@node vped.conf(5), vpectrl(8), vpe.osdep(5), Top |
| 93 |
@c INCLUDE-POD vped.conf.5 |
| 94 |
|
| 95 |
@c ================================================================== |
| 96 |
@node vpectrl(8), vped(8), vped.conf(5), Top |
| 97 |
@c INCLUDE-POD vpectrl.8 |
| 98 |
|
| 99 |
@c ================================================================== |
| 100 |
@node vped(8), vpe.protocol(7), vpectrl(8), Top |
| 101 |
@c INCLUDE-POD vped.8 |
| 102 |
|
| 103 |
@c ================================================================== |
| 104 |
@node vpe.protocol(7), complex-example, vped(8), Top |
| 105 |
@c INCLUDE-POD vpe.protocol.7 |
| 106 |
|
| 107 |
@c ================================================================== |
| 108 |
@node complex-example, complex/vped.conf, vpe.protocol(7), Top |
| 109 |
@c INCLUDE-TEXT complex-example/README |
| 110 |
|
| 111 |
@menu |
| 112 |
* complex/vped.conf:: An example vped configuration. |
| 113 |
* complex/if-up:: A fully-routing if-up config. |
| 114 |
* complex/node-up:: A node-up/node-down script utilizing dynds. |
| 115 |
@end menu |
| 116 |
|
| 117 |
@c ================================================================== |
| 118 |
@node complex/vped.conf, complex/if-up, complex-example, complex-example |
| 119 |
@c INCLUDE-EXAMPLE complex-example/vped.conf |
| 120 |
|
| 121 |
@c ================================================================== |
| 122 |
@node complex/if-up, complex/node-up, complex/vped.conf, complex-example |
| 123 |
@c INCLUDE-EXAMPLE complex-example/if-up |
| 124 |
|
| 125 |
@c ================================================================== |
| 126 |
@node complex/node-up, , complex/if-up, complex-example |
| 127 |
@c INCLUDE-EXAMPLE complex-example/node-up |
| 128 |
|
| 129 |
@contents |
| 130 |
@bye |
| 131 |
|