messages from 2026-05-08 15:06:10 to 2026-05-08 18:47:20 UTC [more...]
[PATCH installer 0/8] add IPv6 SLAAC and v6-only support
2026-05-08 18:44 UTC (9+ messages)
` [PATCH installer 1/8] install: drop trivial fromjs() wrapper and use JSON::from_json()
` [PATCH installer 2/8] install: move network subroutines to Proxmox::Sys::Net
` [PATCH installer 3/8] gui: use run_env->{network} instead of old run_env->{ipconf}
` [PATCH installer 4/8] sys: net: drop the now-unused `ipconf` runtime environment configuration
` [PATCH installer 5/8] sys: net: allow up to /128 netmask for IPv6
` [PATCH RFC installer 6/8] sys: net: ignore ipv6 nameservers with zone identifiers
` [PATCH installer 7/8] common: options: rework network address setup to handle ipv6-only
` [PATCH installer 8/8] unconfigured: try to retrieve IPv6 SLAAC addresses on startup
[PATCH frr 0/2] Bump FRR to 10.6.0
2026-05-08 17:14 UTC (4+ messages)
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v6 00/24] Add support for route maps / prefix lists to SDN
2026-05-08 16:31 UTC (25+ messages)
` [PATCH proxmox-ve-rs v6 01/24] sdn: prefix lists: refactor section config and api format
` [PATCH proxmox-ve-rs v6 02/24] prefix lists: implement validation for prefix lists
` [PATCH proxmox-perl-rs v6 03/24] sdn: prefix lists: refactor existing API endpoint
` [PATCH proxmox-perl-rs v6 04/24] sdn: prefix lists: add crud methods for prefix list entries
` [PATCH proxmox-perl-rs v6 05/24] sdn: prefix lists: validate prefix lists
` [PATCH proxmox-perl-rs v6 06/24] sdn: route maps: add route map list method
` [PATCH pve-network v6 07/24] api: refactor route map api structure
` [PATCH pve-network v6 08/24] api: refactor prefix list "
` [PATCH pve-manager v6 09/24] ui: sdn: add route map selector
` [PATCH pve-manager v6 10/24] ui: sdn: add prefix list selector
` [PATCH pve-manager v6 11/24] ui: sdn: add panel for managing prefix lists
` [PATCH pve-manager v6 12/24] ui: sdn: add panel for managing route map entries
` [PATCH pve-manager v6 13/24] ui: sdn: bgp controller: allow configuring route maps
` [PATCH pve-manager v6 14/24] ui: sdn: evpn "
` [PATCH pve-manager v6 15/24] ui: sdn: openfabric: add route filter
` [PATCH pve-manager v6 16/24] ui: sdn: ospf: add route filter setting
` [PATCH pve-manager v6 17/24] ui: sdn: prefix list: add missing subjects
` [PATCH pve-manager v6 18/24] sdn: do not fail rendering record data if pending property is missing
` [PATCH pve-manager v6 19/24] ui: sdn: prefix list: adapt to changed api structure
` [PATCH pve-manager v6 20/24] ui: sdn: route maps: adapt to new route map "
` [PATCH pve-manager v6 21/24] ui: sdn: prefix lists: route maps: use integerfields for numbers
` [PATCH pve-manager v6 22/24] ui: sdn: prefix list panel: reload data on deleting prefix list entry
` [PATCH pve-manager v6 23/24] ui: prefix list panel: delete empty le and get properties
` [PATCH pve-manager v6 24/24] ui: prefix list entry panel: make prefix required
[PATCH access-control/cluster/manager/network/proxmox{-ve-rs,-perl-rs} v5 00/46] Add support for route maps / prefix lists to SDN
2026-05-08 16:39 UTC (4+ messages)
` superseded: "
[PATCH yew-comp/yew-mobile-gui v2 00/21] firewall tabs and clean up for pve-yew-mobile-gui
2026-05-08 16:13 UTC (24+ messages)
` [PATCH yew-comp v2 01/21] firewall rules panel: correct the url for the pve cluster firewall rules
` [PATCH yew-mobile-gui v2 02/21] cargo.toml: globally ignore certain clippy lints
` [PATCH yew-mobile-gui v2 03/21] main: avoid unnecessary clones
` [PATCH yew-mobile-gui v2 04/21] tree-wide: collapse if statements
` [PATCH yew-mobile-gui v2 05/21] tree-wide: implement the `From` trait instead of the `Into` trait
` [PATCH yew-mobile-gui v2 06/21] tree-wide: implement `Default` for types with an `new()` constructor
` [PATCH yew-mobile-gui v2 07/21] tree-wide: remove unnecessary lazy evaluations
` [PATCH yew-mobile-gui v2 08/21] tree-wide: remove needless borrows
` [PATCH yew-mobile-gui v2 09/21] configuration page: remove redundant static lifetimes
` [PATCH yew-mobile-gui v2 10/21] resources/configuration page: remove useless `.into()` calls
` [PATCH yew-mobile-gui v2 11/21] tree-wide: fix several clippy lints
` [PATCH yew-mobile-gui v2 12/21] dashboard: use proper plural translation string instead of "CPU(s)"
` [PATCH yew-mobile-gui v2 13/21] configuration: clarify that "Firewall" shows the cluster's firewall
` [PATCH yew-mobile-gui v2 14/21] cluster/qemu firewall: use rules panel and comment out unused tabs
` [PATCH yew-mobile-gui v2 15/21] qemu status page: align icons better with tabs
` [PATCH yew-mobile-gui v2 16/21] lxc page: align layout for lxc guest with qemu guests
` [PATCH yew-mobile-gui v2 17/21] lxc: add support for a rudimentary firewall tab for lxc guests
` [PATCH yew-mobile-gui v2 18/21] node status: align layout for node status with guest pages
` [PATCH yew-mobile-gui v2 19/21] node: add a rudimentary firewall tab for cluster nodes
` [PATCH yew-mobile-gui v2 20/21] api types: remove unused file
` [PATCH yew-mobile-gui v2 21/21] resources page: map subscription level analogous to dashboard
[PATCH yew-comp/yew-mobile-gui 00/20] firewall tabs and clean up for pve-yew-mobile-gui
2026-05-08 15:59 UTC (15+ messages)
` [PATCH yew-mobile-gui 02/20] cargo.toml: globally ignore certain clippy lints
` [PATCH yew-mobile-gui 05/20] tree-wide: implement the `From` trait instead of the `Into` trait
` [PATCH yew-mobile-gui 06/20] tree-wide: implement `Default` for types with an `new()` constructor
` [PATCH yew-mobile-gui 08/20] tree-wide: remove needless borrows
` [PATCH yew-mobile-gui 11/20] tree-wide: fix several clippy lints
` [PATCH yew-mobile-gui 13/20] configuration: clarify that "Firewall" shows the cluster's firewall
` [PATCH yew-mobile-gui 14/20] cluster/qemu firewall: use rules panel and comment out unused tabs
` [PATCH yew-mobile-gui 15/20] lxc page: align layout for lxc guest with qemu guests
` [PATCH yew-mobile-gui 18/20] node: add a rudimentary firewall tab for cluster nodes
` [PATCH yew-mobile-gui 19/20] api types: remove unused file
` [PATCH yew-mobile-gui 20/20] resources page: map subscription level analogous to dashboard
` Superseded: Re: [PATCH yew-comp/yew-mobile-gui 00/20] firewall tabs and clean up for pve-yew-mobile-gui
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.