dynamips icon indicating copy to clipboard operation
dynamips copied to clipboard

Dynamips development

Results 75 dynamips issues
Sort by recently updated
recently updated
newest added

Doing a reload from the router console doesn't work properly, probably due to missing hardware functionality. Not sure if it fails on all the models, but I assume so.

bug

Reimplemented based on the datasheet. Some C code remains to avoid changes outside the DUART. Only a "seems to work" general test was done, so stuff might be missing or...

I don't want to develop in C, it's very frustrating. Most of the bugs I've fixed would never exist in safe rust. What is left either I don't know how...

question

Hello I am a maintainer of the Homebrew project and wanted to give a small heads up: we would like to deprecate libelf on macOS. The upstream libelf website is...

I don't use this software so I'm asking help from anyone that uses it. **Requirements of the script:** * uses a regular dynamips executable (no extra code changes) * no...

Let's assume this configuration: ``` dynamips \ -i R1 \ -X \ -T 1024 \ --idle-pc=0x6062dbb8 \ -p 0:C7200-IO-FE \ -s 0:0:tap:tap1 \ -p 1:PA-FE-TX \ -s 1:0:tap:tap3 \ c7200-adventerprisek9-mz.152-4.M11.image...

The license suggests it _could_ be used with later versions of the GPL: https://github.com/GNS3/dynamips/blob/master/COPYING#L282-L310 There aren't any references to this in the source code though, so it's not clear if...

The issue is already fixed in unstable. The registers of this operation are supposed to be interpreted as signed numbers. The temporary variables `a` and `b` have an unsigned type,...

Hello, I am running a Cisco 3745 12.4(25d) in a GNS 3 topology. Inserting a single NM-16ESW works fine, but adding another one in slot 2 breaks the IP layer...

`netio_bridge_save_config` does not check if the nio exists before printing the "nio_bridge add_nio" line. It will either produce a garbage line or crash. Discovered while converting to rust.