blob: 83bcd29e3170d79e5309ec28a8ab8aa7e408696e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
<longdescription>GVPE creates a virtual ethernet (broadcasts supported,
any protocol that works with a normal ethernet should work with GVPE) by
creating encrypted host-to-host tunnels between multiple endpoints.
Unlike other virtual private "network" solutions which merely create a
single tunnel, GVPE creates a real network with multiple endpoints.
</longdescription>
<use>
<flag name="compression">Enables LZO compression</flag>
<flag name="dns">Enables DNS transport support</flag>
<flag name="tcp">Enables tcp transport support</flag>
<flag name="icmp">Enables icmp transport support</flag>
<flag name="http-proxy">Enables http-proxy transport support</flag>
<flag name="cipher-aes-256">Enables aes-256 cipher</flag>
<flag name="cipher-aes-192">Enables aes-192 cipher</flag>
<flag name="cipher-aes-128">Enables aes-128 cipher</flag>
<flag name="cipher-blowfish">Enables blowfish2 cipher</flag>
<flag name="digset-sha512">Enables digset sha512</flag>
<flag name="digset-sha256">Enables digset sha256</flag>
<flag name="digset-sha1">Enables digset sha1</flag>
<flag name="digset-md5">Enables digset md5</flag>
<flag name="digset-md4-insecure">Enables digset md4</flag>
<flag name="digset-ripemd160">Enables digset ripemd160</flag>
</use>
</pkgmetadata>
|