From: Hannes Laimer <h.laimer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager/network 0/2] sdn: add guest/nic selectors to IPAM create window
Date: Wed, 19 Aug 2026 14:44:05 +0200 [thread overview]
Message-ID: <20260819124407.856577-1-h.laimer@proxmox.com> (raw)
Make it simpler to create IP mapping for guests, so MAC addresses don't have to
be hand-copied over every time. This also adds the vmid as an optional POST
parameter, so a vmid can be set on create, and not just on update through PUT.
Aside from the POST endpoint accepting an optional vmid, no functional change
is intended, this should only improve UX. The MAC field can still be filled by
hand without using the selector, I guess there could be a use-case for having
outside-macs be in our SDN IPAM, but I also think there's an argument for not
allowing that. Either way, that stays unchanged with this.
pve-network:
Hannes Laimer (1):
api: sdn: ipam: add optional vmid to POST endpoint
src/PVE/API2/Network/SDN/Ips.pm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
pve-manager:
Hannes Laimer (1):
ui: sdn: ipam: allow picking the nic instead of typing its MAC
www/manager6/sdn/IpamEdit.js | 112 ++++++++++++++++++++++++++++++++++-
1 file changed, 109 insertions(+), 3 deletions(-)
Summary over all repositories:
2 files changed, 114 insertions(+), 4 deletions(-)
--
Generated by murpp 0.12.0
next reply other threads:[~2026-08-19 12:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-19 12:44 Hannes Laimer [this message]
2026-08-19 12:44 ` [PATCH pve-network 1/2] api: sdn: ipam: add optional vmid to POST endpoint Hannes Laimer
2026-08-19 12:44 ` [PATCH pve-manager 2/2] ui: sdn: ipam: allow picking the nic instead of typing its MAC Hannes Laimer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260819124407.856577-1-h.laimer@proxmox.com \
--to=h.laimer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.