Skip to content

Releases: GNS3/dynamips

Version 0.2.23

02 Jan 06:47
394e146
Compare
Choose a tag to compare
  • Command line option to configure console binding for TCP/AUX console. Fixes #62

Version 0.2.22

24 May 03:59
Compare
Choose a tag to compare
  • Fix stack alignment for JIT function call targets. Fixes #128

Version 0.2.21

12 Jul 09:44
Compare
Choose a tag to compare
  • Fix SEGV during snprintf and localtime_r. Fixes #91

Version 0.2.20

20 Feb 11:48
Compare
Choose a tag to compare
  • New fix for segmentation fault when using localtime() (64-bit only). Fixes #91

Version 0.2.19

19 Jan 15:43
Compare
Choose a tag to compare
  • Fix segmentation fault when using localtime() (64-bit only). Fixes #91

Version 0.2.18

31 Mar 06:00
Compare
Choose a tag to compare
  • Allow to reuse socket in udp_connect. Fixes #87
  • Fix segfault when exporting startup-config. Fixes #68

Version 0.2.17

24 Jul 11:39
f6a2ad1
Compare
Choose a tag to compare
  • Set nonblocking I/O for UDP sockets
  • Fix tap interface usage on FreeBSD
  • Fix build on FreeBSD
  • NM-16ESW: process packets even if MAC address table is full. Fixes #72.

Version 0.2.16

19 May 23:46
22e995e
Compare
Choose a tag to compare
  • Add instructions to build on Windows
  • Remove libuuid dependency and NIO Multicast implementation that depends on it. NIO Multicast is never used and maybe not even functional. This will simplify the compilation requirements, especially on Windows with Cygwin
  • EthernetSwitch: Allow to choose ethertype for QinQ outer tag

Version 0.2.15

02 Jun 13:04
Compare
Choose a tag to compare
  • Fix starting IOS on OSX
  • Fix packet capture loop on OSX