public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-network 0/5] evpn improvments + fixes
@ 2021-08-23 13:22 Alexandre Derumier
  2021-08-23 13:22 ` [pve-devel] [PATCH pve-network 1/5] evpn : add "ip route del vrf vrf_myzone unreachable default metric 4278198272" on exit node Alexandre Derumier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alexandre Derumier @ 2021-08-23 13:22 UTC (permalink / raw)
  To: pve-devel

This patches serie add new user requested features and fixes.


Alexandre Derumier (5):
  evpn : add "ip route del vrf vrf_myzone unreachable default metric
    4278198272" on exit node
  evpn : add advertise-subnets option
  evpn: add exitnodes-local-routing
  vnet : alias : check pattern
  get_local_vnets: add permissions on /sdn/vnets/*

 PVE/Network/SDN.pm                            |  2 +-
 PVE/Network/SDN/Controllers.pm                |  2 +-
 PVE/Network/SDN/Controllers/EvpnPlugin.pm     | 56 ++++++++++++++++---
 PVE/Network/SDN/Controllers/FaucetPlugin.pm   |  2 +-
 PVE/Network/SDN/VnetPlugin.pm                 |  2 +
 PVE/Network/SDN/Zones/EvpnPlugin.pm           | 46 +++++++++++++--
 .../expected_controller_config                | 44 +++++++++++++++
 .../advertise_subnets/expected_sdn_interfaces | 42 ++++++++++++++
 test/zones/evpn/advertise_subnets/interfaces  |  7 +++
 test/zones/evpn/advertise_subnets/sdn_config  | 26 +++++++++
 .../evpn/exitnode/expected_sdn_interfaces     |  2 +-
 .../expected_controller_config                | 37 ++++++++++++
 .../expected_sdn_interfaces                   | 56 +++++++++++++++++++
 .../evpn/exitnode_local_routing/interfaces    |  7 +++
 .../evpn/exitnode_local_routing/sdn_config    | 27 +++++++++
 .../exitnode_snat/expected_sdn_interfaces     |  2 +-
 16 files changed, 343 insertions(+), 17 deletions(-)
 create mode 100644 test/zones/evpn/advertise_subnets/expected_controller_config
 create mode 100644 test/zones/evpn/advertise_subnets/expected_sdn_interfaces
 create mode 100644 test/zones/evpn/advertise_subnets/interfaces
 create mode 100644 test/zones/evpn/advertise_subnets/sdn_config
 create mode 100644 test/zones/evpn/exitnode_local_routing/expected_controller_config
 create mode 100644 test/zones/evpn/exitnode_local_routing/expected_sdn_interfaces
 create mode 100644 test/zones/evpn/exitnode_local_routing/interfaces
 create mode 100644 test/zones/evpn/exitnode_local_routing/sdn_config

-- 
2.30.2




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

end of thread, other threads:[~2021-08-24 12:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-23 13:22 [pve-devel] [PATCH pve-network 0/5] evpn improvments + fixes Alexandre Derumier
2021-08-23 13:22 ` [pve-devel] [PATCH pve-network 1/5] evpn : add "ip route del vrf vrf_myzone unreachable default metric 4278198272" on exit node Alexandre Derumier
2021-08-23 13:22 ` [pve-devel] [PATCH pve-network 2/5] evpn : add advertise-subnets option Alexandre Derumier
2021-08-23 13:22 ` [pve-devel] [PATCH pve-network 3/5] evpn: add exitnodes-local-routing Alexandre Derumier
2021-08-23 13:22 ` [pve-devel] [PATCH pve-network 4/5] vnet : alias : check pattern Alexandre Derumier
2021-08-23 13:22 ` [pve-devel] [PATCH pve-network 5/5] get_local_vnets: add permissions on /sdn/vnets/* Alexandre Derumier
2021-08-24 12:26 ` [pve-devel] applied-series: Re: [PATCH pve-network 0/5] evpn improvments + fixes Thomas Lamprecht

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