summaryrefslogtreecommitdiff
path: root/PVE/Network/SDN/Controllers/Plugin.pm
AgeCommit message (Collapse)Author
2023-05-25separate packaging and source build systemThomas Lamprecht
like almost all of our repos do nowadays, modern git can detect such things on rebase so in development stuff should be hopefully not too much affected by this. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-02-01controllers: allow minus and underscore in IDs againThomas Lamprecht
commit 7c5b0f6 not only reduced the possible length but also the accepted character set, revert the latter partially again and allow using minus and underscore for characters not being the start or end. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-02-01controllers: indentation fixesThomas Lamprecht
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-04-22controllers: increase controllerid to 64 characters maxAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-12-18controllers: add generate_controller_rawconfigAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-11-25controllers: improve bgp-evpnAlexandre Derumier
- add new bgp plugin - add ebgp support - add loopback support - move gateway-nodes option to zone as 'exitnodes' - move external-peers to bgp plugin
2020-05-02remove .new filesAlexandre Derumier
2019-11-28evpn: remove uplink-idAlexandre Derumier
instead, auto find interfaces Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26cleanup old transport/router/sdn_cfg referencesAlexandre Derumier
use zone/controller... Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26limit vnet/zones/controller to 10 charactersAlexandre Derumier
linux have 16 characters limit for interfaces, but we can prepend "vxlan", "vrf",... when we generate interfaces Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26split transport/controllers/vnet to separate pluginsAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>