summaryrefslogtreecommitdiff
path: root/PVE/API2/Network/SDN/Controllers.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>
2021-04-28sdn: rename config to running_configThomas Lamprecht
to reduce my confusion.. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.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-10-08api: add running/pending zones/vnets/subnets/controllersAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-10-06api: generate 'running-config' state instead of version increase on applyAlexandre Derumier
This is the source configuration for generate local configuration /sdn/*.cfg are pending configs Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2020-06-25fixup: drop trailing whitespacesThomas Lamprecht
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-05-02sdn: use .version and global lockAlexandre Derumier
2020-05-02remove .new filesAlexandre Derumier
2019-11-29create /etc/pve/sdn directoryAlexandre Derumier
like for /etc/pve/ha, create it in api create 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-26add permissionsAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26rename frrevpn controller plugin to evpn pluginAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26api2: sdn: add reload configAlexandre Derumier
fixme: current using pvesh Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26api2 : split vnets/zones/controllersAlexandre Derumier
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>