* [pve-devel] [PATCH container 0/1] qemu-server add bridged Networking mode
@ 2026-01-09 12:45 Maurice Klein via pve-devel
0 siblings, 0 replies; 2+ messages in thread
From: Maurice Klein via pve-devel @ 2026-01-09 12:45 UTC (permalink / raw)
To: pve-devel; +Cc: Maurice Klein
[-- Attachment #1: Type: message/rfc822, Size: 4713 bytes --]
From: Maurice Klein <klein@aetherus.de>
To: pve-devel@lists.proxmox.com
Subject: [PATCH container 0/1] qemu-server add bridged Networking mode
Date: Fri, 9 Jan 2026 13:45:13 +0100
Message-ID: <20260109124514.72991-1-klein@aetherus.de>
*** BLURB HERE ***
Maurice Klein (1):
Signed-off-by: Maurice Klein <klein@aetherus.de>
src/PVE/QemuServer.pm | 9 +++++-
src/PVE/QemuServer/Network.pm | 19 +++++++++++
src/usr/pve-tap | 59 +++++++++++++++++++++++++++++++++++
src/usr/pve-tap-hotplug | 3 ++
src/usr/pve-tapdown | 16 ++++++++++
5 files changed, 105 insertions(+), 1 deletion(-)
create mode 100755 src/usr/pve-tap
create mode 100755 src/usr/pve-tap-hotplug
create mode 100755 src/usr/pve-tapdown
--
2.39.5 (Apple Git-154)
Aim for my patches:
allow the setup of a network interface in QEMU VMs that uses routed TAP interfaces instead of bridged ones.
Pure L3 design without L2 dependencies Eliminates the need for bridges, broadcast domains, ARP flooding, and other L2-related complexity when it is not required.
See more: https://forum.proxmox.com/threads/feedback-routed-l3-routing-without-bridge.178933/
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] [PATCH container 0/1] qemu-server add bridged Networking mode
@ 2026-01-09 12:10 Maurice Klein via pve-devel
0 siblings, 0 replies; 2+ messages in thread
From: Maurice Klein via pve-devel @ 2026-01-09 12:10 UTC (permalink / raw)
To: pve-devel; +Cc: Maurice Klein
[-- Attachment #1: Type: message/rfc822, Size: 4795 bytes --]
From: Maurice Klein <klein@aetherus.de>
To: pve-devel@lists.proxmox.com
Subject: [PATCH container 0/1] qemu-server add bridged Networking mode
Date: Fri, 9 Jan 2026 13:10:48 +0100
Message-ID: <20260109121049.70740-1-klein@aetherus.de>
*** BLURB HERE ***
Maurice Klein (1):
Signed-off-by: Maurice Klein <klein@aetherus.de>
src/PVE/QemuServer.pm | 9 +++++-
src/PVE/QemuServer/Network.pm | 19 +++++++++++
src/usr/pve-tap | 59 +++++++++++++++++++++++++++++++++++
src/usr/pve-tap-hotplug | 3 ++
src/usr/pve-tapdown | 16 ++++++++++
5 files changed, 105 insertions(+), 1 deletion(-)
create mode 100755 src/usr/pve-tap
create mode 100755 src/usr/pve-tap-hotplug
create mode 100755 src/usr/pve-tapdown
--
2.39.5 (Apple Git-154)
Aim for my patches:
allow the setup of a network interface in QEMU VMs that uses routed TAP interfaces instead of bridged ones.
Pure L3 design without L2 dependencies Eliminates the need for bridges, broadcast domains, ARP flooding, and other L2-related complexity when it is not required.
See more: https://forum.proxmox.com/threads/feedback-routed-l3-routing-without-bridge.178933/
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-09 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-09 12:45 [pve-devel] [PATCH container 0/1] qemu-server add bridged Networking mode Maurice Klein via pve-devel
-- strict thread matches above, loose matches on Subject: below --
2026-01-09 12:10 Maurice Klein via pve-devel
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.