-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tun.c cleanup and support for setting multiple addresses on FreeBSD
- Loading branch information
jjako
committed
Feb 4, 2004
1 parent
3cfb81c
commit 409b855
Showing
3 changed files
with
284 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,6 +208,22 @@ http://sources.redhat.com/autobook/autobook/autobook_25.html#SEC25 | |
for details on autotools. | ||
|
||
|
||
Checking out from CVS | ||
--------------------- | ||
|
||
To download the latest source code from anonymous CVS: | ||
|
||
cvs -d:pserver:[email protected]:/cvsroot/ggsn login | ||
cvs -z3 -d:pserver:[email protected]:/cvsroot/ggsn co openggsn | ||
|
||
Or to download from developer CVS: | ||
|
||
export CVS_RSH=ssh | ||
cvs -z3 -d:ext:[email protected]:/cvsroot/ggsn co openggsn | ||
|
||
Both the above sets of commands creates a new directory called openggsn. | ||
|
||
|
||
Compilation and installation | ||
---------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.