From 26b0d58452bcff5dda8232dd2eefa72b90b6b457 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 5 Aug 2023 19:58:49 +0300 Subject: [PATCH] Create version-2.35.md --- docs/release-notes/version-2.35.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/release-notes/version-2.35.md diff --git a/docs/release-notes/version-2.35.md b/docs/release-notes/version-2.35.md new file mode 100644 index 0000000..bdd171f --- /dev/null +++ b/docs/release-notes/version-2.35.md @@ -0,0 +1,17 @@ +# Topolograph + +## v2.35 (05.08.2023) + +## New features + +OSPFv3 support is added for Arista. + +| Vendor | Command | Stub network included | External (redistributed) network | +|---------|---------------------------------------------|---------------------------------------------|--------------------------------------------------| +| Arista | show ipv6 ospf database detail | YES | YES | + +## Enhancements +Subnets from transit interfaces (interfaces with ospf type `broadcast`) are included into graph properties. Networks are available via RestAPI `/network/{graph_time}`, take into account in graph diff. + +![](https://github.com/Vadims06/topolograph/blob/db815f1200ba2c3a2c406916718a202c95456f69/docs/release-notes/v2.35/broadcast_subnets_of_10_0_0_1_node.PNG) +Broadcast subnets of `10.0.0.1` node.