summaryrefslogtreecommitdiff
path: root/PVE/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-08-24evpn: add exitnodes-local-routingAlexandre Derumier
This option allow an exit-node to reach itself a guest in evpn network. Forum user have requested it, the exitnode need to reach virtual dns server in evpn. This use a veth-pair instead a simple leak. It's not enable by default is slowing down a little bit the routing. Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2021-04-28code/whitespace cleanupThomas Lamprecht
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-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-10-08small bugfixesAlexandre 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-05-02remove .new filesAlexandre Derumier
2019-12-13grammar fix: s/does not exists/does not exist/gThomas Lamprecht
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-26cleanup old transport/router/sdn_cfg referencesAlexandre Derumier
use zone/controller... Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-11-26evpn zone plugin : remove vrf optionAlexandre Derumier
instead, use zone name as vrf 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-26rename transportzone option to zoneAlexandre Derumier
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>