[PATCH container 0/1] qemu-server add bridged Networking mode
Maurice Klein
klein at aetherus.de
Fri Jan 9 13:45:13 CET 2026
*** BLURB HERE ***
Maurice Klein (1):
Signed-off-by: Maurice Klein <klein at 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/
More information about the pve-devel
mailing list