| <!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> |
| |