Re: [libvirt] [PATCHv2 1/6] interface: Refactor udev bridge to helper func

2013-02-21 Thread Laine Stump
On 02/20/2013 02:56 PM, Doug Goldstein wrote: Mechanical move to break up udevIfaceGetIfaceDef() into different helpers for each of the interface types to hopefully make the code easier to follow. This moves the bridge code to udevIfaceGetIfaceDefBridge(). ---

[libvirt] [PATCHv2 1/6] interface: Refactor udev bridge to helper func

2013-02-20 Thread Doug Goldstein
Mechanical move to break up udevIfaceGetIfaceDef() into different helpers for each of the interface types to hopefully make the code easier to follow. This moves the bridge code to udevIfaceGetIfaceDefBridge(). --- src/interface/interface_backend_udev.c | 155 ++--- 1