diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-23 12:22:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-23 12:22:40 +0800 |
commit | e6c023b4bdac5db0395ea8eb94792107185ebcd6 (patch) | |
tree | 67e1cc212e2945c2da3fc3a6d6a5d1ac57e0b829 /emulators/Makefile | |
parent | f5ecfd78505ea47caad9404dd1f2cebd2bb78563 (diff) | |
download | freebsd-ports-gnome-e6c023b4bdac5db0395ea8eb94792107185ebcd6.tar.gz freebsd-ports-gnome-e6c023b4bdac5db0395ea8eb94792107185ebcd6.tar.zst freebsd-ports-gnome-e6c023b4bdac5db0395ea8eb94792107185ebcd6.zip |
[NEW PORT] emulators/dynagen-devel: Text-based front end for Dynamips development version
Dynagen is a front-end for use with the Dynamips Cisco router
emulator. It uses an INI-like configuration file to provision
Dynamips emulator networks. It takes care of specifying the right
port adapters, generating and matching up those pesky NIO descriptors,
specifying bridges, frame-relay, ATM switches, etc. It also provides
a management CLI for listing devices, suspending and reloading
instances, etc.
WWW: http://dyna-gen.sourceforge.net/
PR: ports/116343
Submitted by: Pavel I Volkov <pol@opk.ru>
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 24a13cb3aa4b..1744969f7175 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -26,6 +26,7 @@ SUBDIR += doscmd SUBDIR += dtcyber SUBDIR += dynagen + SUBDIR += dynagen-devel SUBDIR += dynamips SUBDIR += dynamips-devel SUBDIR += e-uae |