[pbs-devel] applied-series: [PATCH widget-toolkit/proxmox-backup v3 0/9] Fix #3115: VLAN Network Interface Configuration
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Apr 24 21:53:11 CEST 2024
Am 04/04/2024 um 12:00 schrieb Stefan Lendl:
> This patch series allows configuring a VLAN network interfaces in the PBS GUI
>
> * Added reading and writing of VLAN network config.
> * Created and updating of VLAN network interfaces via the API.
> * Copied the VLAN field widget from PVE and enabled the Linux VLAN interface
> type in the GUI.
> * Unit tests for reading and writing the network config.
> * Some cleanup to leave touched functions cleaner than before.
>
> Changes v2 -> v3:
> * slightly updated commit messages and changed typo in git trailer
>
> Changes v1 -> v2:
> * Adapted parameter handling to not expect all properties to be set
> * Incorporated style suggestions
>
> widget-toolkit:
>
> Stefan Lendl (1):
> form: include vlan field widget from PVE
>
> src/Makefile | 1 +
> src/form/VlanField.js | 40 ++++++++++++++++++++++++++++++++++++++++
> src/node/NetworkEdit.js | 6 +++---
> 3 files changed, 44 insertions(+), 3 deletions(-)
> create mode 100644 src/form/VlanField.js
>
>
> proxmox-backup:
>
> Stefan Lendl (8):
> tests: move network tests to parser.rs
> tests: simple tests for writing the network config
> config: write vlan network interface
> config: parse vlan interface from config
> config: remove unnecessary pub in various methods in NetworkConfig
> fmt: fix intendation in api macro
> api: create and update vlan interfaces
> ui: enable vlan widget
>
> pbs-api-types/src/network.rs | 17 ++
> pbs-config/src/network/lexer.rs | 6 +
> pbs-config/src/network/mod.rs | 300 +++++++++++++++++--------------
> pbs-config/src/network/parser.rs | 249 ++++++++++++++++++++++++-
> src/api2/node/network.rs | 72 +++++++-
> www/SystemConfiguration.js | 2 +-
> 6 files changed, 504 insertions(+), 142 deletions(-)
>
>
> Summary over all repositories:
> 9 files changed, 548 insertions(+), 0 deletions(-)
>
applied series with Folke's T-b added, thanks!
More information about the pbs-devel
mailing list