Skip to content

Commit d07e481

Browse files
committed
Release 1.9.4
1 parent c00244a commit d07e481

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Interested? [Read the documentation](https://netlab.tools) and [installation gui
1414

1515
## Releases
1616

17-
The latest release is [release 1.9.3-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.3-post1). It should be pretty stable, but if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use release [1.9.2-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.2-post1).
17+
The latest release is [release 1.9.4](https://github.com/ipspace/netlab/releases/tag/release_1.9.4). It should be pretty stable, but if you encounter bugs, please report them as [GitHub issues](https://github.com/ipspace/netlab/issues/new/choose) and use release [1.9.2-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.2-post1).
1818

1919
<!--
2020
or [1.8.4-post2](https://github.com/ipspace/netlab/releases/tag/release_1.8.4-post2).

docs/release/1.9.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ Cumulus Linux 4.x
6161
Cumulus Linux 5.x (NVUE)
6262
* Implement system default MTU
6363
* Remove STP policer increase
64+
* Limit VLANs allowed on a VLAN trunk
6465

6566
Dell OS10
6667
* Redistribute EVPN prefixes into VRF OSPF instances
6768
* Fix BGP neighbor name for EVPN AF on interface EBGP sessions
6869
* Add IPv6 LLA to VRRPv3 configuration
70+
* VRRP does not work on virtual networks
6971

7072
FRR
7173
* Set MAC address and IPv6 LLA on VLAN interfaces
@@ -80,7 +82,8 @@ Junos:
8082
* Sync IBGP and EBGP advertisement policies
8183
* Increase vPTX timeouts in MPLS integration tests to ludicrous values
8284
* vjunos-switch needs ages to wake up on IPv6
83-
* Increase Junos startup delay in SR/IS-IS integration tests
85+
* Increase the Junos startup delay in SR/IS-IS integration tests
86+
* Don't add bogus 'vlan-id' to regular interfaces
8487

8588
SR Linux:
8689
* Configure MTU on VLAN interfaces
@@ -593,6 +596,7 @@ Other breaking changes include:
593596
(bug-fixes-1.9.4)=
594597
### Bug Fixes in Release 1.9.4
595598

599+
* Add regular interfaces to VLAN integration tests
596600
* Copy node MTU to SVI interfaces
597601
* VXLAN: Avoid creating an empty `vni` attribute on VLANs
598602
* Use Cumulus VMs DHCPv4 clients and Cisco IOSv as DHCPv6 client in integration tests

legacy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
sys.path.append('..')
77

8-
version="1.9.3-post1"
8+
version="1.9.4"
99

1010
long_description = (Path(__file__).parent / "README.md").read_text()
1111

netsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import sys
44

5-
__version__ = "1.9.4-rc1"
5+
__version__ = "1.9.4"
66

77
abort = False
88

0 commit comments

Comments
 (0)