mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
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>
11 lines
385 B
Text
11 lines
385 B
Text
--- dynagen.orig Sun Feb 18 17:28:09 2007
|
|
+++ dynagen Mon Feb 26 16:50:51 2007
|
|
@@ -34,7 +34,7 @@
|
|
|
|
# Constants
|
|
VERSION = '0.10.1.090807'
|
|
-CONFIGSPECPATH = [ "/usr/share/dynagen", "/usr/local/share" ]
|
|
+CONFIGSPECPATH = [ "/usr/local/share/dynagen", "/usr/share/dynagen", "/usr/local/share" ]
|
|
CONFIGSPEC = 'configspec'
|
|
INIPATH = [ "/etc", "/usr/local/etc" ]
|
|
INIFILE = 'dynagen.ini'
|