From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Subject: [pve-devel] applied-series: [PATCH-SERIES pve-network/pve-manager/pve-docs] sdn: add isis controller
Date: Wed, 25 Oct 2023 13:22:27 +0200 [thread overview]
Message-ID: <1698232937.bg0jipazpg.astroid@yuna.none> (raw)
In-Reply-To: <20230913113845.1066417-1-aderumier@odiso.com>
On September 13, 2023 1:38 pm, Alexandre Derumier wrote:
> Hi,
> This patch serie add support for the isis routing protocol for underlay network,
> instead bgp.
>
> This was a request of a proxmox user, the implementation has been tested
> https://forum.proxmox.com/threads/integrating-proxmox-sdn-with-existing-sdn-network.131946
>
>
> pve-network:
>
> Alexandre Derumier (3):
> controller: evpn: fix find_bgp_controller
> controllers: frr: add parsing of "interfaces" section
> controllers: add isis router plugin
>
> src/PVE/Network/SDN/Controllers.pm | 2 +
> src/PVE/Network/SDN/Controllers/EvpnPlugin.pm | 57 ++++++--
> src/PVE/Network/SDN/Controllers/IsisPlugin.pm | 123 ++++++++++++++++++
> src/PVE/Network/SDN/Controllers/Makefile | 2 +-
> src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 10 +-
> .../evpn/isis/expected_controller_config | 58 +++++++++
> .../zones/evpn/isis/expected_sdn_interfaces | 41 ++++++
> src/test/zones/evpn/isis/interfaces | 7 +
> src/test/zones/evpn/isis/sdn_config | 49 +++++++
> .../isis_loopback/expected_controller_config | 59 +++++++++
> .../isis_loopback/expected_sdn_interfaces | 41 ++++++
> src/test/zones/evpn/isis_loopback/interfaces | 12 ++
> src/test/zones/evpn/isis_loopback/sdn_config | 50 +++++++
> 13 files changed, 499 insertions(+), 12 deletions(-)
> create mode 100644 src/PVE/Network/SDN/Controllers/IsisPlugin.pm
> create mode 100644 src/test/zones/evpn/isis/expected_controller_config
> create mode 100644 src/test/zones/evpn/isis/expected_sdn_interfaces
> create mode 100644 src/test/zones/evpn/isis/interfaces
> create mode 100644 src/test/zones/evpn/isis/sdn_config
> create mode 100644 src/test/zones/evpn/isis_loopback/expected_controller_config
> create mode 100644 src/test/zones/evpn/isis_loopback/expected_sdn_interfaces
> create mode 100644 src/test/zones/evpn/isis_loopback/interfaces
> create mode 100644 src/test/zones/evpn/isis_loopback/sdn_config
>
>
> pve-manager:
>
> Alexandre Derumier (1):
> sdn: controllers: add isis controller
>
> www/manager6/Makefile | 1 +
> www/manager6/Utils.js | 5 ++
> www/manager6/sdn/controllers/IsisEdit.js | 61 ++++++++++++++++++++++++
> 3 files changed, 67 insertions(+)
> create mode 100644 www/manager6/sdn/controllers/IsisEdit.js
>
>
> pve-docs:
>
> Alexandre Derumier (2):
> sdn: add notes about bgp controller
> sdn: add isis controller documentation
>
> pvesdn.adoc | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> --
> 2.39.2
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
>
>
prev parent reply other threads:[~2023-10-25 11:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-13 11:38 [pve-devel] " Alexandre Derumier
2023-09-13 11:38 ` [pve-devel] [PATCH pve-network 1/3] controller: evpn: fix find_bgp_controller Alexandre Derumier
2023-09-13 11:38 ` [pve-devel] [PATCH pve-docs 1/2] sdn: add notes about bgp controller Alexandre Derumier
2023-09-13 11:38 ` [pve-devel] [PATCH pve-manager 1/1] sdn: controllers: add isis controller Alexandre Derumier
2023-09-13 11:38 ` [pve-devel] [PATCH pve-network 2/3] controllers: frr: add parsing of "interfaces" section Alexandre Derumier
2023-09-13 11:38 ` [pve-devel] [PATCH pve-docs 2/2] sdn: add isis controller documentation Alexandre Derumier
2023-09-13 11:38 ` [pve-devel] [PATCH pve-network 3/3] controllers: add isis router plugin Alexandre Derumier
2023-10-25 11:22 ` Fabian Grünbichler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1698232937.bg0jipazpg.astroid@yuna.none \
--to=f.gruenbichler@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.