[Bug 199246] enhancement: Add bridge support

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 11 22:32:14 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=199246


Jerry Amundson <jamundso at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamundso at gmail.com




--- Comment #6 from Jerry Amundson <jamundso at gmail.com>  2008-12-11 17:32:11 EDT ---
(In reply to comment #1)
> Just to note that Fedora supports bridging. Just system-config-network that
> doesn't. To make a bridge:
> 
> 1. service network stop
> 2. Create a /etc/sysconfig/networking/devices/ifcfg-br0 like any other device,
> but with TYPE=Bridge;
> 3. ln /etc/sysconfig/networking/devices/ifcfg-br0
> /etc/sysconfig/networking/profiles/default/ifcfg-br0
> 4. ln /etc/sysconfig/networking/devices/ifcfg-br0
> /etc/sysconfig/network-scripts/ifcfg-br0
> 5. Edit ifcfg-* files for other interfaces that will participate on the bridge,
> take out all address information (IPADDR, NETMASK, etc) and add BRIDGE=br0.
> 6. service network start
> 
> The bridge is shown in system-config-network, but you cant edit it.

And if you try to edit it, a traceback occurs.
(Fedora 10, system-config-network-1.5.94-2.fc10.noarch)
Component: system-config-network
Version: 1.5.94
Summary: TBf8f4a16f NCDevice.py:177:getDialog:TypeError: exceptions must be
classes, instances, or strings (deprecated), not NotImplementedType

Traceback (most recent call last):
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
814, in on_editButton_clicked
    self.editButtonFunc[self.active_page](button)
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
922, in on_deviceEditButton_clicked
    button = self.editDevice(device)
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
950, in editDevice
    dialog = device.getDialog()
  File "/usr/share/system-config-network/netconfpkg/NCDevice.py", line 177, in
getDialog
    raise NotImplemented
TypeError: exceptions must be classes, instances, or strings (deprecated), not
NotImplementedType

Local variables in innermost frame:
self: Device.AllowUser=False
Device.BootProto=dhcp
Device.Device=br0
Device.DeviceId=br0
Device.HardwareAddress=00:1e:4f:c1:e6:b2
Device.Hostname=jerry-opti755
Device.IPv6Init=False
Device.NMControlled=False
Device.OnBoot=False
Device.Type=Bridge

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list