Skip to content

Commit f42b0fe

Browse files
committed
Release 1.9.4-post1
1 parent 9f2a1e7 commit f42b0fe

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
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.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).
17+
The latest release is [release 1.9.4-post1](https://github.com/ipspace/netlab/releases/tag/release_1.9.4-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).
1818

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

docs/release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
**Release 1.9.4-post1 (2025-02-03)**
5+
6+
This release fixes [a convoluted bug triggered by Arista EOS internal VLAN allocation](bug-fixes-1.9.4-post1) and [a few quirks in the configuration templates](release-1.9.4-post-1-device-fixes).
7+
48
**[Release 1.9.4](release-1.9.4) (2025-01-29)**
59

610
Release 1.9.4 includes numerous [bug fixes](bug-fixes-1.9.4) and [fixes in device definitions and configuration templates](release-1.9.4-device-fixes).

docs/release/1.9.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@
88

99
## New Functionality
1010

11+
(release-1.9.4-post1)=
12+
### Release 1.9.4-post1
13+
14+
Release 1.9.4-post1 is a bug-fix release.
15+
16+
(release-1.9.4-post-1-device-fixes)=
17+
**Fixes in device definitions and configuration templates:**
18+
19+
Cumulus NVUE:
20+
* Don't trunk native VLAN unless requested
21+
* Disable IPv6 on L2-only interfaces
22+
23+
Dell OS10:
24+
* Enable system-wide MTU and ICMP unreachables
25+
* Don't allow untagged VLAN on trunk unless configured
26+
27+
FRR:
28+
* Disable global enhanced_dad when using VARP and VRRPv3
29+
1130
(release-1.9.4)=
1231
### Release 1.9.4
1332

@@ -593,6 +612,11 @@ Other breaking changes include:
593612

594613
## Bug Fixes
595614

615+
(bug-fixes-1.9.4-post1)=
616+
### Bug Fixes in Release 1.9.4-post1
617+
618+
* Use 'shutdown' instead of 'no switchport' during the configuration normalization phase on Arista EOS and Cisco IOS layer-2 images to avoid premature allocation of internal VLANs
619+
596620
(bug-fixes-1.9.4)=
597621
### Bug Fixes in Release 1.9.4
598622

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.4"
8+
version="1.9.4-post1"
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"
5+
__version__ = "1.9.4-post1"
66

77
abort = False
88

0 commit comments

Comments
 (0)