summaryrefslogtreecommitdiff
path: root/src/PVE/Network/SDN/Zones.pm
AgeCommit message (Collapse)Author
2024-04-22zones: add method for getting MTUStefan Hanreich
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
2023-11-18sdn: preparations for DHCP pluginStefan Hanreich
Add the option to retrieve the running configuration instead of only the pending configuration via the config methods. Refactor methods using the running config to utilize the new parameter. Add helper methods and return additional attributes from the getter functions that are needed by the dhcp plugins. Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
2023-10-25zones: add add|del_bridge_fdb to pluginsAlexandre Derumier
We want to be able to override it for some specific plugins. Can be used by an sdn controller (like ovn for example), where mac need to be registered manually.
2023-10-25zones: add|del_bridge_fdb : remove firewall paramAlexandre Derumier
It's not used anymore in Network.pm
2023-06-13zones: fix statusAlexandre Derumier
Vnets were wrongly displayed in the main tree because of this, and error was not set on zone Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
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>