public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-network 0/4] add ebgp-evpn support
@ 2020-11-24 13:29 Alexandre Derumier
  2020-11-24 13:29 ` [pve-devel] [PATCH pve-network 1/4] controllers: improve bgp-evpn Alexandre Derumier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexandre Derumier @ 2020-11-24 13:29 UTC (permalink / raw)
  To: pve-devel

This add support for a new controller plugin "bgp",
to manage specific bgp section by host.
This is allowing ebgp

(I'll send doc soon)

Also some fixes on pending parser

Alexandre Derumier (4):
  controllers: improve bgp-evpn
  zones: evpn : add support for loopback
  update test documentation
  sdn: fix : pending parser

 PVE/API2/Network/SDN/Controllers.pm         |   1 +
 PVE/API2/Network/SDN/Zones.pm               |  12 +-
 PVE/Network/SDN.pm                          |  45 +++-
 PVE/Network/SDN/Controllers.pm              |  12 +-
 PVE/Network/SDN/Controllers/BgpPlugin.pm    | 274 ++++++++++++++++++++
 PVE/Network/SDN/Controllers/EvpnPlugin.pm   | 122 ++++++---
 PVE/Network/SDN/Controllers/FaucetPlugin.pm |   4 +-
 PVE/Network/SDN/Controllers/Makefile        |   2 +-
 PVE/Network/SDN/Controllers/Plugin.pm       |   9 +-
 PVE/Network/SDN/Zones.pm                    |   2 +-
 PVE/Network/SDN/Zones/EvpnPlugin.pm         |  12 +-
 PVE/Network/SDN/Zones/Plugin.pm             |  39 +--
 PVE/Network/SDN/Zones/QinQPlugin.pm         |   2 +-
 PVE/Network/SDN/Zones/SimplePlugin.pm       |   2 +-
 PVE/Network/SDN/Zones/VlanPlugin.pm         |   2 +-
 PVE/Network/SDN/Zones/VxlanPlugin.pm        |   2 +-
 test/documentation.txt                      |  14 +-
 17 files changed, 457 insertions(+), 99 deletions(-)
 create mode 100644 PVE/Network/SDN/Controllers/BgpPlugin.pm

-- 
2.20.1




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-24 13:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 13:29 [pve-devel] [PATCH pve-network 0/4] add ebgp-evpn support Alexandre Derumier
2020-11-24 13:29 ` [pve-devel] [PATCH pve-network 1/4] controllers: improve bgp-evpn Alexandre Derumier
2020-11-24 13:29 ` [pve-devel] [PATCH pve-network 2/4] zones: evpn : add support for loopback Alexandre Derumier
2020-11-24 13:29 ` [pve-devel] [PATCH pve-network 3/4] update test documentation Alexandre Derumier
2020-11-24 13:29 ` [pve-devel] [PATCH pve-network 4/4] sdn: fix : pending parser Alexandre Derumier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal