From Fedora Project Wiki
No edit summary
Line 17: Line 17:


* Targeted release: [[Releases/19|Fedora 19]]  
* Targeted release: [[Releases/19|Fedora 19]]  
* Last updated: 2012-11-21
* Last updated: 2013-01-08
* Percentage of completion: 40%
* Percentage of completion: 40%



Revision as of 11:39, 8 January 2013

NetworkManager Bridging Support

Summary

NetworkManager should be able to configure bridging interfaces consisting of wired and wireless ethernet devices. It should be able to fulfill server and virtualization bridging usecases.

Owner

Current status

  • Targeted release: Fedora 19
  • Last updated: 2013-01-08
  • Percentage of completion: 40%

Detailed Description

Bridging is about connecting two or more network devices to make network traffic automatically go from the one to the other. The network devices can be physical or virtual.

Bridging is a commonly used technology to connect VMs to the outside world: create a tap device on the host, create a bridge between the physical nic and the tap, let the vm use the tap device as its nic. So far, this setup is handled by libvirt. This is the main driving use case for this feature.

Bonding is about glueing two network connections together and treat them as a single connection with bigger bandwidth. This happens at the ethernet level and thus only works if the two connections are to the same network. Bonding has uses mainly on servers, and is more of a byproduct in this feature, since the infrastructure for bridging will likely also support bonding.

Benefit to Fedora

NetworkManager becomes a more central point for network configuration, giving a more unified user experience. Virtualization on Fedora will be easier to set up.

Scope

This feature requires changes to NetworkManager, nm-applet, nm-connection-editor, gnome-shell, gnome-control-center and KDE counterparts.

How To Test

Configure a bridging interface and its slaves using GUI or CLI. Check using ip link, brctl or other tool. Test that the bridging actually works.

User Experience

GUI and CLI tools.

Dependencies

NetworkManager must only use bridging when configured so and it must only take over bridge configuration if requested so by administrator or by another tool. Therefore libvirt and other tools that rely on bridging can be ported to the new functionality at any time.

Contingency Plan

Don't support bridging in NetworkManager, virtualization will continue to rely on libvirt for this purpose.

Documentation

Documentation will be drafted at Networking/Bridging.

Release Notes

NetworkManager now supports ethernet bridging.

Comments and Discussion