Skip to content

Releases: cnp3/ipmininet

v1.1

28 Mar 06:16
Compare
Choose a tag to compare

New features

  • Add abstractions for network captures

Main Fixes

  • Fix Mininet build script
  • Fix documentation building

v1.0

13 Aug 08:40
Compare
Choose a tag to compare

Feature removal

We remove support for Python 3.5

New features

Main Fixes

  • Fix OSPF area configuration for loopback interface
  • Fix the RR cluster ids
  • Fix support for FRR vtysh
  • Fix build_vm script

Other changes

We update IPMininet to support FRRouting to v7.5, Mininet to 2.3.0 and bind 9.16.1+

v0.9

07 Aug 12:15
Compare
Choose a tag to compare

Feature removal

We remove support for Python 2

Feature deprecation

IPIntf now supports the same functionalities as TCIntf, so you should use IPIntf directly

New features

  • Add a chain abstraction for iptables
  • Add an abstraction for IPv6 Segment Routing
  • Add node names to /etc/hosts (this file is mounted and private to each node)
  • Add a new config for routers using both BGP and OSPF/OSPFv3: BorderRouterConfig
  • Add the addLinks and addRouters convenience helpers to add multiple links and routers in one line
  • Allow DNS zone delegations and DNS root server hints

Main Fixes

  • Fix the install of OpenR

Other changes

  • Add examples of network with a maximum bandwidth and/or delay
  • Document and test TopologyDB
  • Add Python type annotations

v0.8

25 Nov 13:50
Compare
Choose a tag to compare

Main changes

  • Enable hosts to launch daemons
  • Improve the API for switches: Spanning Tree Protocol, Hubs
  • Add global IP addresses on routers
  • Add support for BGP route-maps
  • Add Named (DNS) daemon
  • Add RIPng daemon
  • Add more examples of static routes

0.7

08 Aug 17:25
Compare
Choose a tag to compare
0.7

This release makes the following major changes:

  • Add support for Python 3
  • Add documentation
  • Add new abstractions for assigning overlays, IP subnets and interface parameters
  • Move from Quagga daemons to FRRouting daemons
  • Improve test coverage
  • Improve setup process

v0.6

19 Jul 15:08
Compare
Choose a tag to compare
Installation documentation