Skip to content

Commit 5c47922

Browse files
authored
Release 26.04 (#3322)
1 parent 1939654 commit 5c47922

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Interested? [Read the documentation](https://netlab.tools) (also available on [G
1717

1818
## Releases
1919

20-
The latest release is [release 26.03](https://github.com/ipspace/netlab/releases/tag/release_26.03). 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 26.02](https://github.com/ipspace/netlab/releases/tag/release_26.02).
20+
The latest release is [release 26.04](https://github.com/ipspace/netlab/releases/tag/release_26.04). 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 26.03](https://github.com/ipspace/netlab/releases/tag/release_26.03).
2121

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

docs/release/26.04.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* The new [**bgp.advertise**](bgp-advertise-prefix) node attribute allows you to advertise networks in the IP routing table into BGP. It’s supported on most platforms.
1414
* The **bgp.originate** attribute is now [dual-stack and VRF-aware](bgp-advertise-prefix), allowing you to originate IPv4 and IPv6 prefixes into per-VRF BGP instances.
1515
* Static routes (including VRF and discard routes) are now supported on **Nexus OS**, **Nokia SR OS**, **Nokia SR Linux**, and **OpenBSD**.
16+
* **FortiOS** now supports static routing with discard routes (by [Aleksey Popov](https://github.com/a-v-popov)).
1617
* **EVPN/VXLAN-over-IPv6** is now supported on **FRRouting**.
1718
* **BIRD** now supports [OSPF area parameters](plugin-ospf-areas).
1819
* **Junos** now supports BGP confederations and [route import](routing_import) into global and VRF BGP instances.
@@ -37,6 +38,9 @@ FRRouting:
3738
* EVPN/VXLAN-over-IPv6
3839
* Upgraded to release 10.6.0
3940

41+
FortiOS:
42+
* Static routing with discard routes
43+
4044
Junos:
4145
* BGP confederations
4246
* Route import into global and VRF BGP instances

legacy/setup.py

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

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

9-
version="26.03"
9+
version="26.04"
1010

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

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__ = "26.03"
5+
__version__ = "26.04"
66

77
abort = False
88

0 commit comments

Comments
 (0)