https://bugzilla.redhat.com/show_bug.cgi?id=634736
Gene Czarcinski gczarcinski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gczarcinski@gmail.com
--- Comment #22 from Gene Czarcinski gczarcinski@gmail.com --- Using Adam's writeup: https://www.happyassassin.net/2014/07/23/bridged-networking-for-libvirt-with...
which uses the udev-rule to set again the kernel parameters work well.
I now have brided networks for qemu-kvm virtual systems. However, for secure (lxc) containers (virt-sandbox-service), I needed to define a virtual network of the form: <network> <name>net18</name> <uuid>8d19a05b-ac85-4e2a-88bc-5ca4cbb29a33</uuid> <forward mode='bridge'/> <bridge name='br0'/> </network>
This "net18" could be used with virtual systems or secure containers. Unfortunately, dhcp does not work but that is OK for my purposes since I need to use a static IP (BZ #1133686).
What I find a little stange is that this bug has existed for so long a time. Thanks go to Adam for pushing something that works.
kmod-maint@lists.fedoraproject.org