summaryrefslogtreecommitdiffstats
path: root/docs/ebtables-hacking/ebtables-hacking-HOWTO-2.html
blob: 5a44731c14af7738a42c1fb0e7a0ac7ff7489d94 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Ebtables Hacking HOWTO: Where Can I Get The Latest?</title>
</head>
<body>
<a HREF="ebtables-hacking-HOWTO-3.html">Next</a>
<a HREF="ebtables-hacking-HOWTO-1.html">Previous</a>
<a HREF="ebtables-hacking-HOWTO.html#toc2">Contents</a>
<hr>
<h2><a NAME="s2">2.</a> <a HREF="netfilter-hacking-HOWTO.html#toc2">Where Can I Get The Latest?</a></h2>

<p>Ebtables has a sourceforge account and uses its CVS services. This CVS contains the latest
userspace and kernel code along with other documents.

For casual browsing, you can use the
<a HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ebtables/">Web Interface</a>.  </p>
<p>To grab the latest sources, you can do the following:
<ol>
<li> Log in to the CVS server anonymously, when prompted for a password simply press the ENTER key:
<blockquote><code>
<pre>
cvs -d:pserver:anonymous@cvs.ebtables.sourceforge.net:/cvsroot/ebtables login
</pre>
</code></blockquote>
</li>
<li> Check out the ebtables repository:
<blockquote><code>
<pre>
cvs -z3 -d:pserver:anonymous@cvs.ebtables.sourceforge.net:/cvsroot/ebtables co ebtables2
</pre>
</code></blockquote>
</li>
</ol>
</p>

<hr>
<a HREF="ebtables-hacking-HOWTO-3.html">Next</a>
<a HREF="ebtables-hacking-HOWTO-1.html">Previous</a>
<a HREF="ebtables-hacking-HOWTO.html#toc2">Contents</a>
</body>
</html>