Releases: cnp3/ipmininet
Releases · cnp3/ipmininet
v1.1
v1.0
Feature removal
We remove support for Python 3.5
New features
- Add support for ExaBGP daemon
- Add an abstraction for link failure simulations
- Add a
log_dir
parameter to change the log directory of a specific daemon
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
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