diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-09 07:34:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-09 07:34:32 +0800 |
commit | 81bc1beef9fda88d5dfdd5b4423da72a10e2084e (patch) | |
tree | 86a44ab3455257cbbeea7dbae296a9f05921bbb7 /emulators/Makefile | |
parent | b867670bd5d3d76011835cd94a80c713dce4459f (diff) | |
download | freebsd-ports-gnome-81bc1beef9fda88d5dfdd5b4423da72a10e2084e.tar.gz freebsd-ports-gnome-81bc1beef9fda88d5dfdd5b4423da72a10e2084e.tar.zst freebsd-ports-gnome-81bc1beef9fda88d5dfdd5b4423da72a10e2084e.zip |
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/105282
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
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 c6b3c20d7f06..2443c187d455 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -21,6 +21,7 @@ SUBDIR += dosbox SUBDIR += doscmd SUBDIR += dtcyber + SUBDIR += dynagen SUBDIR += dynamips SUBDIR += e-uae SUBDIR += extract-xiso |