Talk:Bridge: Difference between revisions
(Add topic about KVM vs QEMU overlap) |
Prabuanand (talk | contribs) (added query on {{ic|brctl}}) |
||
Line 2: | Line 2: | ||
Wanted to make a note- it appears the QEMU instructions work fine for libvirt (KVM). Is there any reason to include both set of instructions? Merge? — [[User:Winny|Winny]] ([[User talk:Winny|talk]]) 17:43, 15 August 2022 (UTC) | Wanted to make a note- it appears the QEMU instructions work fine for libvirt (KVM). Is there any reason to include both set of instructions? Merge? — [[User:Winny|Winny]] ([[User talk:Winny|talk]]) 17:43, 15 August 2022 (UTC) | ||
== Using brctl == | |||
The scripts in {{pkg|bridge}} package uses {{ic|brctl}} command. [[Busybox]] provides a basic version of {{ic|brctl}}. Need confirmation that Busybox version is sufficient and does need the version from the deprecated {{pkg|bridge-utils}} |
Revision as of 05:40, 15 August 2025
KVM vs QEMU
Wanted to make a note- it appears the QEMU instructions work fine for libvirt (KVM). Is there any reason to include both set of instructions? Merge? — Winny (talk) 17:43, 15 August 2022 (UTC)
Using brctl
The scripts in bridge package uses brctl
command. Busybox provides a basic version of brctl
. Need confirmation that Busybox version is sufficient and does need the version from the deprecated bridge-utils